Add a way to avoid IOP reset

This commit is contained in:
Francisco Javier Trujillo Mata 2022-08-08 11:55:04 +02:00 committed by Sam Lantinga
parent c5fe234d53
commit d355ea9981
3 changed files with 41 additions and 23 deletions

View file

@ -104,6 +104,10 @@
#elif defined(__PS2__)
#define SDL_MAIN_AVAILABLE
#define SDL_PS2_SKIP_IOP_RESET() \
void reset_IOP(); \
void reset_IOP() {}
#endif
#endif /* SDL_MAIN_HANDLED */