mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
config_load - cleanup
This commit is contained in:
parent
9bdca16884
commit
a1583e04d7
@ -2701,11 +2701,11 @@ void config_load(void)
|
||||
* set by core environment variables */
|
||||
core_unset_input_descriptors();
|
||||
|
||||
if (!rarch_ctl(RARCH_CTL_IS_BLOCK_CONFIG_READ, NULL))
|
||||
{
|
||||
config_set_defaults();
|
||||
parse_config_file();
|
||||
}
|
||||
if (rarch_ctl(RARCH_CTL_IS_BLOCK_CONFIG_READ, NULL))
|
||||
return;
|
||||
|
||||
config_set_defaults();
|
||||
parse_config_file();
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user