android: Fixed missing error message for SDL_GetBasePath().
This commit is contained in:
parent
ac99b6519a
commit
2172c1bd41
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ char *
|
|||
SDL_GetBasePath(void)
|
||||
{
|
||||
/* The current working directory is / on Android */
|
||||
SDL_Unsupported();
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue