Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.
This commit is contained in:
parent
6344736696
commit
2dd7091e50
30 changed files with 848 additions and 7 deletions
|
@ -75,4 +75,7 @@ typedef unsigned long uintptr_t;
|
|||
/* Enable the dummy video driver (src/video/dummy/\*.c) */
|
||||
#define SDL_VIDEO_DRIVER_DUMMY 1
|
||||
|
||||
/* Enable the dummy filesystem driver (src/filesystem/dummy/\*.c) */
|
||||
#define SDL_FILESYSTEM_DUMMY 1
|
||||
|
||||
#endif /* _SDL_config_minimal_h */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue