mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
change to display name only, looks like the core picker, needs to be ordered by name though
This commit is contained in:
parent
b7e2755e2b
commit
0708e585e3
@ -404,10 +404,7 @@ bool core_info_get_display_name(const char *path, char *s, size_t len)
|
||||
if (!conf)
|
||||
goto error;
|
||||
|
||||
if(display_name)
|
||||
snprintf(s, len,"%s (%s)",core_name, display_name);
|
||||
else
|
||||
snprintf(s, len,"%s",core_name);
|
||||
snprintf(s, len,"%s",display_name);
|
||||
|
||||
free(core_name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user