Initial SDL_ps2_main implementation

This commit is contained in:
Francisco Javier Trujillo Mata 2022-03-20 19:42:06 +01:00 committed by Sam Lantinga
parent 1f3ae75228
commit 84d69da4e1
4 changed files with 57 additions and 1 deletions

View file

@ -92,6 +92,9 @@
*/
#define SDL_MAIN_AVAILABLE
#elif defined(__PS2__)
#define SDL_MAIN_AVAILABLE
#endif
#endif /* SDL_MAIN_HANDLED */