mirror of https://github.com/libsdl-org/SDL.git
Fixed PS2 build
This commit is contained in:
parent
40f0744b73
commit
67ddb4c5a2
|
|
@ -68,7 +68,6 @@ DECLSPEC int
|
|||
SDL_RunApp(int argc, char* argv[], SDL_main_func mainFunction, void * reserved)
|
||||
{
|
||||
int res;
|
||||
char cwd[FILENAME_MAX];
|
||||
(void)reserved;
|
||||
|
||||
prepare_IOP();
|
||||
|
|
|
|||
Loading…
Reference in New Issue