(360) Some more settings read from/saved to config file

This commit is contained in:
TwinAphex51224 2012-02-09 16:47:29 +01:00
parent 979b54178e
commit 40c3158d7e

View File

@ -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);