MACOSX: Create screenshot on Desktop
This is consistent with the OS shortcut (Crtl+Shift+3) to take a screenshot.
This commit is contained in:
parent
438f23f272
commit
11dd33bb73
5 changed files with 33 additions and 2 deletions
|
@ -187,6 +187,13 @@ Common::String OSystem_MacOSX::getSystemLanguage() const {
|
|||
#endif // USE_DETECTLANG
|
||||
}
|
||||
|
||||
Common::String OSystem_MacOSX::getScreenshotsPath() {
|
||||
Common::String path = getDesktopPathMacOSX();
|
||||
if (!path.empty() && !path.hasSuffix("/"))
|
||||
path += "/";
|
||||
return path;
|
||||
}
|
||||
|
||||
AudioCDManager *OSystem_MacOSX::createAudioCDManager() {
|
||||
return createMacOSXAudioCDManager();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue