Rename SDL_GetPath to SDL_GetUserFolder

The documentation has been edited accordingly, and certain parts have been clarified.
This commit is contained in:
Semphris
2023-07-28 13:45:37 -04:00
committed by Sam Lantinga
parent 71099149b8
commit d4a867a256
17 changed files with 27 additions and 22 deletions

View File

@@ -200,7 +200,7 @@ char *SDL_GetPrefPath(const char *org, const char *app)
}
/* TODO */
char *SDL_GetPath(SDL_Folder folder)
char *SDL_GetUserFolder(SDL_Folder folder)
{
SDL_Unsupported();
return NULL;