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
|
@ -996,6 +996,7 @@ void Pico32xStartup(void);
|
|||
void PicoUnload32x(void);
|
||||
void PicoFrame32x(void);
|
||||
void Pico32xStateLoaded(int is_early);
|
||||
void Pico32xPrepare(void);
|
||||
void p32x_sync_sh2s(unsigned int m68k_target);
|
||||
void p32x_sync_other_sh2(SH2 *sh2, unsigned int m68k_target);
|
||||
void p32x_update_irls(SH2 *active_sh2, unsigned int m68k_cycles);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue