Browse Source

android: Fixed missing error message for SDL_GetBasePath().

Philipp Wiesemann 8 năm trước cách đây
mục cha
commit
52b7d0eb23
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
 }