[Scummvm-git-logs] scummvm master -> 0d602309515cb2d0429dca205b7d9dda68ed6436
ccawley2011
noreply at scummvm.org
Fri Nov 15 20:15:26 UTC 2024
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:
0d60230951 3DS: Remove override of the default theme
Commit: 0d602309515cb2d0429dca205b7d9dda68ed6436
https://github.com/scummvm/scummvm/commit/0d602309515cb2d0429dca205b7d9dda68ed6436
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2024-11-15T20:14:48Z
Commit Message:
3DS: Remove override of the default theme
Changed paths:
backends/platform/3ds/osystem.cpp
diff --git a/backends/platform/3ds/osystem.cpp b/backends/platform/3ds/osystem.cpp
index 3996c490a69..3fd50f5fbb1 100644
--- a/backends/platform/3ds/osystem.cpp
+++ b/backends/platform/3ds/osystem.cpp
@@ -150,9 +150,6 @@ void OSystem_3DS::initBackend() {
if (!ConfMan.hasKey("vkeybd_pack_name")) {
ConfMan.set("vkeybd_pack_name", "vkeybd_small");
}
- if (!ConfMan.hasKey("gui_theme")) {
- ConfMan.set("gui_theme", "builtin");
- }
_timerManager = new DefaultTimerManager();
_savefileManager = new DefaultSaveFileManager("sdmc:/3ds/scummvm/saves/");
More information about the Scummvm-git-logs
mailing list