32x, fix startup crash

This commit is contained in:
kub 2023-06-07 21:21:58 +00:00
parent a18d5e22b3
commit 3d7abd6905
3 changed files with 11 additions and 4 deletions

View file

@ -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);