mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 14:59:37 +00:00
Add rarch_settings_set_default - default rate control/enable for
GEKKO
This commit is contained in:
parent
ca82b46a3c
commit
f2343569bc
@ -331,6 +331,11 @@ void rarch_settings_set_default (const input_driver_t *input)
|
||||
g_settings.video.fbo_scale_y = 2.0f;
|
||||
#endif
|
||||
|
||||
#ifdef GEKKO
|
||||
g_settings.audio.rate_control_delta = 0.006;
|
||||
g_settings.audio.rate_control = true;
|
||||
#endif
|
||||
|
||||
g_settings.video.render_to_texture = true;
|
||||
g_settings.video.smooth = true;
|
||||
g_settings.video.vsync = true;
|
||||
|
Loading…
Reference in New Issue
Block a user