mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00

just to have a platform with an unusal screen resolution - suspend/resume handling probably non-working - no scaling settings - no image generation currently no intentions to finish this.
8 lines
159 B
C
8 lines
159 B
C
|
|
extern int engineStateSuspend;
|
|
|
|
void emu_handle_resume(void);
|
|
|
|
// actually comes from Pico/Misc_amips.s
|
|
void memset32_uncached(int *dest, int c, int count);
|
|
|