mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-26 22:02:38 +01:00
state: setup banks before CPUs on load
This commit is contained in:
@@ -589,6 +589,9 @@ readend:
|
||||
if (PicoAHW & PAHW_32X)
|
||||
Pico32xStateLoaded(1);
|
||||
|
||||
if (PicoLoadStateHook != NULL)
|
||||
PicoLoadStateHook();
|
||||
|
||||
// must unpack 68k and z80 after banks are set up
|
||||
if (!(PicoAHW & PAHW_SMS))
|
||||
SekUnpackCpu(buff_m68k, 0);
|
||||
@@ -683,8 +686,6 @@ static int pico_state_internal(void *afile, int is_save)
|
||||
ret = state_load_legacy(afile);
|
||||
}
|
||||
|
||||
if (PicoLoadStateHook != NULL)
|
||||
PicoLoadStateHook();
|
||||
Pico.m.dirtyPal = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user