(core_info) Add back hack for RARCH_CONSOLE

This commit is contained in:
twinaphex 2014-03-06 01:02:00 +01:00
parent 2cbaf4c5dd
commit 3d2c4171cd

View File

@ -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';