mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 09:02:44 +00:00
Get rid of rarch_fail in parse_config_file
This commit is contained in:
parent
7b4e735821
commit
c9c7201045
@ -12,7 +12,7 @@ RMENU_IMG_DIR := media/rmenu
|
|||||||
DOWNLOAD_SHADERS = 1
|
DOWNLOAD_SHADERS = 1
|
||||||
STRIPPING_ENABLE = 0
|
STRIPPING_ENABLE = 0
|
||||||
DEBUG = 0
|
DEBUG = 0
|
||||||
HAVE_GCMGL = 0
|
HAVE_GCMGL = 1
|
||||||
HAVE_LOGGER = 0
|
HAVE_LOGGER = 0
|
||||||
HAVE_FREETYPE = 0
|
HAVE_FREETYPE = 0
|
||||||
HAVE_RLAUNCH = 0
|
HAVE_RLAUNCH = 0
|
||||||
|
@ -756,9 +756,6 @@ static void parse_config_file(void)
|
|||||||
if (!ret)
|
if (!ret)
|
||||||
{
|
{
|
||||||
RARCH_ERR("Couldn't find config at path: \"%s\"\n", g_extern.config_path);
|
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