(core_info) Add back hack for RARCH_CONSOLE
This commit is contained in:
parent
2cbaf4c5dd
commit
3d2c4171cd
|
@ -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));
|
fill_pathname_base(info_path_base, contents->elems[i].data, sizeof(info_path_base));
|
||||||
path_remove_extension(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, '_');
|
char *substr = strrchr(info_path_base, '_');
|
||||||
if (substr)
|
if (substr)
|
||||||
*substr = '\0';
|
*substr = '\0';
|
||||||
|
|
Loading…
Reference in New Issue