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:
parent
28ab63136a
commit
3849a3e90e
8 changed files with 62 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue