mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
Fix issue that was causing old name labels to appear in content history
This commit is contained in:
parent
fd17970f61
commit
e2df9b52ce
@ -1421,6 +1421,8 @@ bool task_push_load_content_with_new_core_from_menu(
|
||||
content_ctx.name_bps = strdup(global->name.bps);
|
||||
if (!string_is_empty(global->name.ups))
|
||||
content_ctx.name_ups = strdup(global->name.ups);
|
||||
|
||||
global->name.label[0] = '\0';
|
||||
}
|
||||
|
||||
if (!string_is_empty(settings->paths.directory_system))
|
||||
|
Loading…
x
Reference in New Issue
Block a user