mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
(RARCH_CONSOLE) Take out hack in core_info_list_new
This commit is contained in:
parent
f765408f57
commit
ffc0525a4c
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user