From 40c3158d7e8cff078b8c791ce6b1f94029e5be2d Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Thu, 9 Feb 2012 16:47:29 +0100 Subject: [PATCH] (360) Some more settings read from/saved to config file --- 360/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/360/main.c b/360/main.c index 77d98b029a..4e4586fd38 100644 --- a/360/main.c +++ b/360/main.c @@ -198,9 +198,11 @@ static void save_settings (void) // g_settings config_set_bool(conf, "rewind_enable", g_settings.rewind_enable); + config_set_bool(conf, "video_vsync", g_settings.video.vsync); // g_console config_set_string(conf, "default_rom_startup_dir", g_console.default_rom_startup_dir); + config_set_bool(conf, "throttle_enable", g_console.throttle_enable); // g_extern config_set_int(conf, "state_slot", g_extern.state_slot);