(RARCH_CONSOLE) Take out hack in core_info_list_new

This commit is contained in:
twinaphex 2014-03-05 23:47:11 +01:00
parent f765408f57
commit ffc0525a4c

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) || defined(RARCH_CONSOLE)
#if defined(RARCH_MOBILE)
char *substr = strrchr(info_path_base, '_');
if (substr)
*substr = '\0';