mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
32x, improve loading save state (memory leak, 68k hang)
This commit is contained in:
parent
cd18409722
commit
b1a6586688
2 changed files with 5 additions and 2 deletions
|
@ -618,6 +618,7 @@ void Pico32xStateLoaded(int is_early)
|
|||
|
||||
sh2s[0].m68krcycles_done = sh2s[1].m68krcycles_done = SekCyclesDone();
|
||||
p32x_update_irls(NULL, SekCyclesDone());
|
||||
p32x_timers_recalc();
|
||||
p32x_pwm_state_loaded();
|
||||
p32x_run_events(SekCyclesDone());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue