Skip to content

Commit

Permalink
WinRT: fixed an invalid comment in SDL_GetPrefPath() (for WinRT)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Nov 23, 2014
1 parent 13c5116 commit d9a42c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/filesystem/winrt/SDL_sysfilesystem.cpp
Expand Up @@ -153,7 +153,6 @@ SDL_GetPrefPath(const char *org, const char *app)
const char * srcPath = SDL_WinRTGetFSPathUTF8(SDL_WINRT_PATH_LOCAL_FOLDER);
#else
/* 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);
#endif
Expand Down

0 comments on commit d9a42c7

Please sign in to comment.