Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.

This commit is contained in:
Ryan C. Gordon 2013-08-20 19:57:11 -04:00
parent 6344736696
commit 2dd7091e50
30 changed files with 848 additions and 7 deletions

View file

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