mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
fast dma
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@35 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
e5d315a585
commit
3294e5d90b
3 changed files with 9 additions and 13 deletions
|
@ -1232,6 +1232,7 @@ if (Pico.m.frame_count == 31563) {
|
|||
// if in 16bit mode, generate 8it image for menu background
|
||||
if (!(PicoOpt&0x10) && (currentConfig.EmuOpt&0x80)) {
|
||||
PicoOpt |= 0x10;
|
||||
Pico.m.dirtyPal = 1;
|
||||
PicoFrameFull();
|
||||
blit("", NULL); blit("", NULL); blit("", NULL); blit("", NULL); // be sure buffer3 gets updated
|
||||
PicoOpt &= ~0x10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue