mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Merge pull request #319 from pinumbernumber/master
Save fullscreen or not on exit
This commit is contained in:
commit
85eda3642a
@ -1007,6 +1007,7 @@ bool config_save_file(const char *path)
|
||||
config_set_bool(conf, "video_crop_overscan", g_settings.video.crop_overscan);
|
||||
config_set_bool(conf, "video_scale_integer", g_settings.video.scale_integer);
|
||||
config_set_bool(conf, "video_smooth", g_settings.video.smooth);
|
||||
config_set_bool(conf, "video_fullscreen", g_settings.video.fullscreen);
|
||||
config_set_float(conf, "video_refresh_rate", g_settings.video.refresh_rate);
|
||||
config_set_string(conf, "video_driver", g_settings.video.driver);
|
||||
config_set_bool(conf, "video_vsync", g_settings.video.vsync);
|
||||
|
Loading…
x
Reference in New Issue
Block a user