fast dma
[picodrive.git] / platform / gp2x / emu.c
index 36408f4..a5a46ea 100644 (file)
@@ -1232,6 +1232,7 @@ if (Pico.m.frame_count == 31563) {
        // if in 16bit mode, generate 8it image for menu background\r
        if (!(PicoOpt&0x10) && (currentConfig.EmuOpt&0x80)) {\r
                PicoOpt |= 0x10;\r
+               Pico.m.dirtyPal = 1;\r
                PicoFrameFull();\r
                blit("", NULL); blit("", NULL); blit("", NULL); blit("", NULL); // be sure buffer3 gets updated\r
                PicoOpt &= ~0x10;\r