mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 01:47:41 +00:00
Add a way to avoid IOP reset
This commit is contained in:
parent
c5fe234d53
commit
d355ea9981
3 changed files with 41 additions and 23 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue