mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-30 14:53:39 +00:00
(Zarch) Remove double entry in menu stack
This commit is contained in:
parent
c8ca6dc3df
commit
88060f7142
@ -1322,7 +1322,6 @@ static bool zarch_menu_init_list(void *data)
|
||||
|
||||
strlcpy(info.label, menu_hash_to_str(MENU_VALUE_HISTORY_TAB), sizeof(info.label));
|
||||
|
||||
menu_entries_push(menu_stack, info.path, info.label, info.type, info.flags, 0);
|
||||
menu_entries_push(menu_stack, info.path, info.label, info.type, info.flags, 0);
|
||||
|
||||
event_command(EVENT_CMD_HISTORY_INIT);
|
||||
|
Loading…
Reference in New Issue
Block a user