X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Femu.c;h=616994085afe6129a24e14b42ef9b7da4e456e7c;hb=662e622b59369f975691a70756f80188d8d27ea0;hp=9af4fe534c7f66dff70091e2d99956d57cd0af5a;hpb=2239662e540d460859ef50c7e2137ae1822eb8d9;p=libpicofe.git diff --git a/psp/emu.c b/psp/emu.c index 9af4fe5..6169940 100644 --- a/psp/emu.c +++ b/psp/emu.c @@ -465,7 +465,7 @@ static void vidResetMode(void) sceGuTexImage(0,512,512,512,(char *)VRAM_STUFF + 16); // slow rend. - PicoDrawSetColorFormat(-1); + PicoDrawSetOutFormat(PDF_NONE, 0); PicoScanBegin = EmuScanSlowBegin; PicoScanEnd = EmuScanSlowEnd; @@ -682,7 +682,7 @@ void pemu_forced_frame(int opts) memset32((int *)VRAM_CACHED_STUFF + 512*232/4, 0xe0e0e0e0, 512*8/4); memset32_uncached((int *)psp_screen + 512*264*2/4, 0, 512*8*2/4); - PicoDrawSetColorFormat(-1); + PicoDrawSetOutFormat(PDF_NONE, 0); PicoScanBegin = EmuScanSlowBegin; PicoScanEnd = EmuScanSlowEnd; EmuScanPrepare();