mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Add default settings for ups_pref/ips_pref/bps_pref in config_set_defaults
This commit is contained in:
parent
507291bccb
commit
3d1bef924e
@ -593,6 +593,13 @@ static void config_set_defaults(void)
|
|||||||
if (!g_extern.has_set_libretro_directory)
|
if (!g_extern.has_set_libretro_directory)
|
||||||
*g_settings.libretro_directory = '\0';
|
*g_settings.libretro_directory = '\0';
|
||||||
|
|
||||||
|
if (!g_extern.has_set_ups_pref)
|
||||||
|
g_extern.ups_pref = false;
|
||||||
|
if (!g_extern.has_set_bps_pref)
|
||||||
|
g_extern.bps_pref = false;
|
||||||
|
if (!g_extern.has_set_ips_pref)
|
||||||
|
g_extern.ips_pref = false;
|
||||||
|
|
||||||
*g_settings.core_options_path = '\0';
|
*g_settings.core_options_path = '\0';
|
||||||
*g_settings.content_history_path = '\0';
|
*g_settings.content_history_path = '\0';
|
||||||
*g_settings.content_history_directory = '\0';
|
*g_settings.content_history_directory = '\0';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user