mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 12:17:04 +00:00
Don't rely on MAIN_VALUE
This commit is contained in:
parent
7358b598ed
commit
fd40636f76
@ -47,9 +47,6 @@ int menu_cbs_init_bind_refresh(menu_file_list_cbs_t *cbs,
|
||||
|
||||
switch (label_hash)
|
||||
{
|
||||
case MENU_VALUE_MAIN_MENU:
|
||||
BIND_ACTION_REFRESH(cbs, NULL);
|
||||
break;
|
||||
default:
|
||||
BIND_ACTION_REFRESH(cbs, action_refresh_default);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user