config_load - cleanup

This commit is contained in:
twinaphex 2016-09-03 08:15:41 +02:00
parent 9bdca16884
commit a1583e04d7

View File

@ -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