mirror of
https://github.com/libretro/RetroArch
synced 2025-01-04 02:50:05 +00:00
Merge pull request #8022 from bparker06/history_corrupt
Fix issue that was causing old name labels to appear in content history
This commit is contained in:
commit
30e48b46b3
@ -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…
Reference in New Issue
Block a user