mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
speed improvement and fixes for 32x ARM asm draw
This commit is contained in:
parent
83bafe8e0b
commit
08626dab12
5 changed files with 118 additions and 60 deletions
|
@ -328,7 +328,7 @@ static int make_local_pal_md(int fast_mode)
|
|||
localPal[0xe0] = 0x00000000; // reserved pixels for OSD
|
||||
localPal[0xf0] = 0x00ffffff;
|
||||
|
||||
if (Pico.m.dirtyPal == 2)
|
||||
if (Pico.m.dirtyPal == 2)
|
||||
Pico.m.dirtyPal = 0;
|
||||
return pallen;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue