mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
IPHONE: Fix a typo, fix compilation (hopefully)
This commit is contained in:
@@ -229,7 +229,7 @@ OSystem *OSystem_IPHONE_create() {
|
||||
return new OSystem_IPHONE();
|
||||
}
|
||||
|
||||
CCommon::String OSystem_IPHONE::getDefaultConfigFileName() {
|
||||
Common::String OSystem_IPHONE::getDefaultConfigFileName() {
|
||||
#ifdef IPHONE_OFFICIAL
|
||||
Common::String path = iPhone_getDocumentsDir();
|
||||
path += "/Preferences";
|
||||
|
||||
Reference in New Issue
Block a user