Explorar o código

android: Fixed missing error message for SDL_GetBasePath().

Philipp Wiesemann %!s(int64=8) %!d(string=hai) anos
pai
achega
52b7d0eb23
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/filesystem/android/SDL_sysfilesystem.c

+ 1 - 0
src/filesystem/android/SDL_sysfilesystem.c

@@ -36,6 +36,7 @@ char *
 SDL_GetBasePath(void)
 {
     /* The current working directory is / on Android */
+    SDL_Unsupported();
     return NULL;
 }