mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-30 06:43:53 +00:00
Set fullscreen_x/y in config_save.
This commit is contained in:
parent
72c3177715
commit
3b6616f2cb
@ -1256,6 +1256,8 @@ bool config_save_file(const char *path)
|
||||
config_set_bool(conf, "video_threaded", g_settings.video.threaded);
|
||||
config_set_bool(conf, "video_fullscreen", g_settings.video.fullscreen);
|
||||
config_set_float(conf, "video_refresh_rate", g_settings.video.refresh_rate);
|
||||
config_set_int(conf, "video_fullscreen_x", g_settings.video.fullscreen_x);
|
||||
config_set_int(conf, "video_fullscreen_y", g_settings.video.fullscreen_y);
|
||||
config_set_string(conf, "video_driver", g_settings.video.driver);
|
||||
config_set_bool(conf, "video_vsync", g_settings.video.vsync);
|
||||
config_set_bool(conf, "video_hard_sync", g_settings.video.hard_sync);
|
||||
|
Loading…
Reference in New Issue
Block a user