mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-05 12:23:34 +02:00
eliminate texrels (wip)
This commit is contained in:
@@ -37,7 +37,7 @@ PICO_INTERNAL void DmaSlowCell(unsigned int source, unsigned int a, int len, uns
|
||||
// AutoIncrement
|
||||
a=(u16)(a+inc);
|
||||
}
|
||||
rendstatus |= PDRAW_SPRITES_MOVED;
|
||||
Pico.est.rendstatus |= PDRAW_SPRITES_MOVED;
|
||||
break;
|
||||
|
||||
case 3: // cram
|
||||
|
||||
Reference in New Issue
Block a user