mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
moved into config manager
This commit is contained in:
+2
-3
@@ -752,10 +752,9 @@ static void SetHardwareState() {
|
||||
DEBUG_FUNCTION();
|
||||
accel = getbool(1);
|
||||
if (accel)
|
||||
g_registry->set("soft", "FALSE");
|
||||
g_registry->set("soft_renderer", "FALSE");
|
||||
else
|
||||
g_registry->set("soft", "TRUE");
|
||||
g_registry->save();
|
||||
g_registry->set("soft_renderer", "TRUE");
|
||||
}
|
||||
|
||||
static void SetVideoDevices() {
|
||||
|
||||
Reference in New Issue
Block a user