From ffc0525a4c8a9a2eae7c71d18b5a6ea25577bc1e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 5 Mar 2014 23:47:11 +0100 Subject: [PATCH] (RARCH_CONSOLE) Take out hack in core_info_list_new --- 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 5458c11d93..1946f330ad 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) || defined(RARCH_CONSOLE) +#if defined(RARCH_MOBILE) char *substr = strrchr(info_path_base, '_'); if (substr) *substr = '\0';