Get rid of rarch_fail in parse_config_file

This commit is contained in:
twinaphex 2014-05-28 19:03:29 +02:00
parent 7b4e735821
commit c9c7201045
2 changed files with 1 additions and 4 deletions

View File

@ -12,7 +12,7 @@ RMENU_IMG_DIR := media/rmenu
DOWNLOAD_SHADERS = 1
STRIPPING_ENABLE = 0
DEBUG = 0
HAVE_GCMGL = 0
HAVE_GCMGL = 1
HAVE_LOGGER = 0
HAVE_FREETYPE = 0
HAVE_RLAUNCH = 0

View File

@ -756,9 +756,6 @@ 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
}
}