mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
(menu_entry.c) Fixed representation of core list
This commit is contained in:
parent
fb5838c8ba
commit
50cc590d98
@ -271,7 +271,7 @@ void menu_entry_get(menu_entry_t *entry, size_t i,
|
||||
|
||||
entry->id = i;
|
||||
|
||||
if (path)
|
||||
if (path && !use_representation)
|
||||
strlcpy(entry->path, path, sizeof(entry->path));
|
||||
if (entry_label)
|
||||
strlcpy(entry->label, entry_label, sizeof(entry->label));
|
||||
|
Loading…
Reference in New Issue
Block a user