mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-26 03:24:36 +00:00
(RARCH_CONSOLE) Don't require a config file to be present on
consoles
This commit is contained in:
parent
304f9d27a4
commit
905c3f98d8
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user