소스 검색

android: Fixed missing error message for SDL_GetBasePath().

Philipp Wiesemann 7 년 전
부모
커밋
52b7d0eb23
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }