WinRT: fixed an invalid comment in SDL_GetPrefPath() (for WinRT)
This commit is contained in:
parent
5da7c20541
commit
22af98b953
1 changed files with 0 additions and 1 deletions
|
@ -153,7 +153,6 @@ SDL_GetPrefPath(const char *org, const char *app)
|
||||||
const char * srcPath = SDL_WinRTGetFSPathUTF8(SDL_WINRT_PATH_LOCAL_FOLDER);
|
const char * srcPath = SDL_WinRTGetFSPathUTF8(SDL_WINRT_PATH_LOCAL_FOLDER);
|
||||||
#else
|
#else
|
||||||
/* A 'Roaming' folder is available on Windows 8 and 8.1. Use that.
|
/* A 'Roaming' folder is available on Windows 8 and 8.1. Use that.
|
||||||
* (SDL for Win32/Windows-Desktop uses the 'roaming' path as well).
|
|
||||||
*/
|
*/
|
||||||
const char * srcPath = SDL_WinRTGetFSPathUTF8(SDL_WINRT_PATH_ROAMING_FOLDER);
|
const char * srcPath = SDL_WinRTGetFSPathUTF8(SDL_WINRT_PATH_ROAMING_FOLDER);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue