mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +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;
|
g_settings.video.fbo_scale_y = 2.0f;
|
||||||
#endif
|
#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.render_to_texture = true;
|
||||||
g_settings.video.smooth = true;
|
g_settings.video.smooth = true;
|
||||||
g_settings.video.vsync = true;
|
g_settings.video.vsync = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user