mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
eliminate texrels (wip)
This commit is contained in:
parent
bc38f4d24f
commit
ea38612fad
16 changed files with 268 additions and 198 deletions
|
@ -203,7 +203,7 @@ void PDebugShowPalette(unsigned short *screen, int stride)
|
|||
if (PicoAHW & PAHW_SMS)
|
||||
PicoDoHighPal555M4();
|
||||
else
|
||||
PicoDoHighPal555(1);
|
||||
PicoDoHighPal555(1, 0, &Pico.est);
|
||||
Pico.m.dirtyPal = 1;
|
||||
|
||||
screen += 16*stride+8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue