mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 07:52:57 -05:00
android: Fixed missing error message for SDL_GetBasePath().
This commit is contained in:
parent
909958519c
commit
234821d788
|
|
@ -36,6 +36,7 @@ char *
|
|||
SDL_GetBasePath(void)
|
||||
{
|
||||
/* The current working directory is / on Android */
|
||||
SDL_Unsupported();
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user