Implemented SDL_GetPrefPath() on Android - it returns the path used by SDL_AndroidGetInternalStoragePath()

This commit is contained in:
Sam Lantinga 2014-08-11 17:25:53 -07:00
parent 05e40eb04a
commit c1d6f15368
3 changed files with 65 additions and 3 deletions

View file

@ -141,7 +141,7 @@
/* Enable system power support */
#define SDL_POWER_ANDROID 1
/* !!! FIXME: what does Android do for filesystem stuff? */
#define SDL_FILESYSTEM_DUMMY 1
/* Enable the filesystem driver */
#define SDL_FILESYSTEM_ANDROID 1
#endif /* _SDL_config_android_h */