speed improvement and fixes for 32x ARM asm draw

This commit is contained in:
kub 2019-04-25 19:02:29 +02:00
parent 83bafe8e0b
commit 08626dab12
5 changed files with 118 additions and 60 deletions

View file

@ -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;
}