mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
(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));
|
||||
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';
|
||||
|
Loading…
Reference in New Issue
Block a user