[Scummvm-git-logs] scummvm master -> a719b6301d763b78ff07ea954bc917738b0a5635
criezy
noreply at scummvm.org
Sat Aug 5 15:16:37 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a719b6301d IOS7: Register a default iconspath
Commit: a719b6301d763b78ff07ea954bc917738b0a5635
https://github.com/scummvm/scummvm/commit/a719b6301d763b78ff07ea954bc917738b0a5635
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2023-08-05T17:16:13+02:00
Commit Message:
IOS7: Register a default iconspath
Changed paths:
backends/platform/ios7/ios7_osys_main.cpp
diff --git a/backends/platform/ios7/ios7_osys_main.cpp b/backends/platform/ios7/ios7_osys_main.cpp
index 1ecc6cb235a..6691c009408 100644
--- a/backends/platform/ios7/ios7_osys_main.cpp
+++ b/backends/platform/ios7/ios7_osys_main.cpp
@@ -141,6 +141,8 @@ void OSystem_iOS7::initBackend() {
setTimerCallback(&OSystem_iOS7::timerHandler, 10);
+ ConfMan.registerDefault("iconspath", "/");
+
EventsBaseBackend::initBackend();
}
More information about the Scummvm-git-logs
mailing list