X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpsp%2Femu.c;h=5eca7896ab4e1b4b32f9f11eb4d5554bf373c419;hb=87b0845f3733166b491ae236feb8bc2eb0fca2ec;hp=e0e1ca1aca7eaba67bac57c78d35c44a691636b5;hpb=200772b7904a4851c1beff5ea90b233274639ef4;p=picodrive.git diff --git a/platform/psp/emu.c b/platform/psp/emu.c index e0e1ca1..5eca789 100644 --- a/platform/psp/emu.c +++ b/platform/psp/emu.c @@ -261,8 +261,6 @@ static void EmuScanPrepare(void) static int EmuScanSlowBegin(unsigned int num) { - if (!(Pico.video.reg[1]&8)) num += 8; - if (!dynamic_palette) HighCol = (unsigned char *)VRAM_CACHED_STUFF + num * 512 + 8; @@ -271,8 +269,6 @@ static int EmuScanSlowBegin(unsigned int num) static int EmuScanSlowEnd(unsigned int num) { - if (!(Pico.video.reg[1]&8)) num += 8; - if (Pico.m.dirtyPal) { if (!dynamic_palette) { do_slowmode_lines(num);