From 3d2c4171cd2686ca5f7832d0c5f77239c6f14761 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 6 Mar 2014 01:02:00 +0100 Subject: [PATCH] (core_info) Add back hack for RARCH_CONSOLE --- frontend/info/core_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/info/core_info.c b/frontend/info/core_info.c index 1946f330ad..5458c11d93 100644 --- a/frontend/info/core_info.c +++ b/frontend/info/core_info.c @@ -121,7 +121,7 @@ core_info_list_t *core_info_list_new(const char *modules_path) fill_pathname_base(info_path_base, contents->elems[i].data, sizeof(info_path_base)); path_remove_extension(info_path_base); -#if defined(RARCH_MOBILE) +#if defined(RARCH_MOBILE) || defined(RARCH_CONSOLE) char *substr = strrchr(info_path_base, '_'); if (substr) *substr = '\0';