moved into config manager

This commit is contained in:
Pawel Kolodziejski
2008-07-31 22:01:31 +00:00
parent 211d03b29e
commit c629b266c4
19 changed files with 795 additions and 209 deletions
+2 -3
View File
@@ -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() {