X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=blobdiff_plain;f=platform%2Fpsp%2Femu.c;fp=platform%2Fpsp%2Femu.c;h=5c0cb57f721e1fab0463ebc078a14ccf23b68125;hp=0656f5813940d59ee38ebd0cbf4427aaf55419b5;hb=ee3c39efd2cf51cd654b6240f6fb595673f10f45;hpb=6e05b76b6a1889e4bab809a5f31042121276692f diff --git a/platform/psp/emu.c b/platform/psp/emu.c index 0656f58..5c0cb57 100644 --- a/platform/psp/emu.c +++ b/platform/psp/emu.c @@ -223,10 +223,6 @@ static void do_pal_update(int allow_sh, int allow_as) localPal[0xe0] = 0; localPal[0xf0] = 0x001f; } - else if (allow_as && (Pico.est.rendstatus & PDRAW_SPR_LO_ON_HI)) - { - memcpy(dpal + 0x80/2, localPal, 0x40*2); - } } static void do_slowmode_lines(int line_to) @@ -250,7 +246,7 @@ static void EmuScanPrepare(void) if (Pico.m.dirtyPal) do_pal_update(1, 1); - if ((Pico.est.rendstatus & PDRAW_SPR_LO_ON_HI) && !(Pico.video.reg[0xC]&8)) + if (!(Pico.video.reg[0xC] & 8)) amips_clut_f = amips_clut_6bit; else amips_clut_f = amips_clut; }