author | David Ludwig <dludwig@pobox.com> |
Sun, 23 Nov 2014 08:59:01 -0500 | |
changeset 9229 | c4ff10b9a23c |
parent 9228 | 9ecf7c9f49e5 |
child 9230 | 7f3e7cacefd4 |
--- a/src/filesystem/winrt/SDL_sysfilesystem.cpp Sun Nov 23 08:52:10 2014 -0500 +++ b/src/filesystem/winrt/SDL_sysfilesystem.cpp Sun Nov 23 08:59:01 2014 -0500 @@ -153,7 +153,6 @@ 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