X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpsp%2Femu.c;h=5eca7896ab4e1b4b32f9f11eb4d5554bf373c419;hb=266c6afa84bde8d77a54d61ced8f227480247e24;hp=e0e1ca1aca7eaba67bac57c78d35c44a691636b5;hpb=b24e0f6ce6e8a59ba43597520709ca79fa36ff8e;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);