diff --git a/Makefile.ps3 b/Makefile.ps3 index fa3c0b125b..92de0db009 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -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 diff --git a/settings.c b/settings.c index b5387e824b..66c783b710 100644 --- a/settings.c +++ b/settings.c @@ -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 } }