mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 12:35:23 +00:00
(360) Some more settings read from/saved to config file
This commit is contained in:
parent
979b54178e
commit
40c3158d7e
@ -198,9 +198,11 @@ static void save_settings (void)
|
|||||||
|
|
||||||
// g_settings
|
// g_settings
|
||||||
config_set_bool(conf, "rewind_enable", g_settings.rewind_enable);
|
config_set_bool(conf, "rewind_enable", g_settings.rewind_enable);
|
||||||
|
config_set_bool(conf, "video_vsync", g_settings.video.vsync);
|
||||||
|
|
||||||
// g_console
|
// g_console
|
||||||
config_set_string(conf, "default_rom_startup_dir", g_console.default_rom_startup_dir);
|
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
|
// g_extern
|
||||||
config_set_int(conf, "state_slot", g_extern.state_slot);
|
config_set_int(conf, "state_slot", g_extern.state_slot);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user