(RARCH_CONSOLE) Don't require a config file to be present on

consoles
This commit is contained in:
twinaphex 2013-01-22 15:10:15 +01:00
parent 304f9d27a4
commit 905c3f98d8

View File

@ -372,7 +372,9 @@ static void parse_config_file(void)
if (!ret)
{
RARCH_ERR("Couldn't find config at path: \"%s\"\n", g_extern.config_path);
#ifndef RARCH_CONSOLE
rarch_fail(1, "parse_config_file()");
#endif
}
}