WINDOWS: Change location where screenshot are saved

This fixes bug #9701: WINDOWS: Flow of taking screenshots
on Windows is broken
This commit is contained in:
Pala 2017-03-24 22:25:46 +01:00 committed by Thierry Crozat
parent 28ab63136a
commit 3849a3e90e
8 changed files with 62 additions and 12 deletions

View file

@ -571,6 +571,11 @@ Common::SaveFileManager *OSystem_SDL::getSavefileManager() {
#endif
}
//Not specified in base class
Common::String OSystem_SDL::getScreenshotsPath() {
return Common::String();
}
#ifdef USE_OPENGL
const OSystem::GraphicsMode *OSystem_SDL::getSupportedGraphicsModes() const {