mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-28 12:27:24 +02:00
Implement SDL_GetPath stub for all OSes
This commit is contained in:
@@ -61,6 +61,13 @@ SDL_GetPrefPath(const char *org, const char *app)
|
||||
return pref_path;
|
||||
}
|
||||
|
||||
/* TODO */
|
||||
char *SDL_GetPath(SDL_Folder folder)
|
||||
{
|
||||
SDL_Unsupported();
|
||||
return NULL;
|
||||
}
|
||||
|
||||
SDL_FORCE_INLINE char *
|
||||
MakePrefPath(const char *app)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user