mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-04 06:11:17 +00:00
(360/Xbox 1) Small build fix
This commit is contained in:
parent
fe88693c90
commit
875082748c
@ -153,8 +153,8 @@ static void set_default_settings (void)
|
||||
g_settings.video.second_pass_smooth = true;
|
||||
g_settings.video.smooth = true;
|
||||
g_settings.video.vsync = true;
|
||||
strlcpy(g_settings.cheat_database, usrDirPath, sizeof(g_settings.cheat_database));
|
||||
strlcpy(g_settings.system_directory, usrDirPath, sizeof(g_settings.system_directory));
|
||||
strlcpy(g_settings.cheat_database, "game:", sizeof(g_settings.cheat_database));
|
||||
strlcpy(g_settings.system_directory, "game:", sizeof(g_settings.system_directory));
|
||||
g_settings.video.aspect_ratio = -1.0f;
|
||||
|
||||
rarch_input_set_controls_default();
|
||||
|
Loading…
Reference in New Issue
Block a user