mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
10 lines
188 B
C
10 lines
188 B
C
|
|
extern int engineStateSuspend;
|
|
|
|
void emu_handle_resume(void);
|
|
|
|
void blitscreen_clut(void);
|
|
|
|
// actually comes from Pico/Misc_amips.s
|
|
void memset32_uncached(int *dest, int c, int count);
|
|
|