filesystem: SDL_GetPrefPath() now follows the SDL_GetStringRule.

Reference Issue #10229.
This commit is contained in:
Ryan C. Gordon
2024-07-15 20:21:22 -04:00
parent 2321726ff1
commit 52bf7ff42d
20 changed files with 35 additions and 26 deletions

View File

@@ -253,7 +253,7 @@ char *SDL_SYS_GetBasePath(void)
return retval;
}
char *SDL_GetPrefPath(const char *org, const char *app)
char *SDL_SYS_GetPrefPath(const char *org, const char *app)
{
/*
* We use XDG's base directory spec, even if you're not on Linux.