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

@@ -517,7 +517,7 @@ static char *xdg_user_dir_lookup (const char *type)
return NULL;
}
char *SDL_GetPath(SDL_Folder folder)
char *SDL_GetUserFolder(SDL_Folder folder)
{
const char *param = NULL;
char *retval;