mirror of
https://github.com/libretro/RetroArch
synced 2025-02-05 06:40:07 +00:00
Set refresh_rate in console.
This commit is contained in:
parent
7372509bef
commit
3ac159845d
@ -345,6 +345,7 @@ void rarch_settings_set_default (const input_driver_t *input)
|
||||
g_settings.video.render_to_texture = true;
|
||||
g_settings.video.smooth = true;
|
||||
g_settings.video.vsync = true;
|
||||
g_settings.video.refresh_rate = 59.92;
|
||||
|
||||
strlcpy(g_settings.system_directory, default_paths.system_dir, sizeof(g_settings.system_directory));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user