mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x, fix startup crash
This commit is contained in:
parent
a18d5e22b3
commit
3d7abd6905
3 changed files with 11 additions and 4 deletions
|
@ -227,6 +227,9 @@ void PicoLoopPrepare(void)
|
|||
|
||||
Pico.m.dirtyPal = 1;
|
||||
rendstatus_old = -1;
|
||||
|
||||
if (PicoIn.AHW & PAHW_32X)
|
||||
Pico32xPrepare();
|
||||
}
|
||||
|
||||
#include "pico_cmn.c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue