mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +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)
|
switch (label_hash)
|
||||||
{
|
{
|
||||||
case MENU_VALUE_MAIN_MENU:
|
|
||||||
BIND_ACTION_REFRESH(cbs, NULL);
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
BIND_ACTION_REFRESH(cbs, action_refresh_default);
|
BIND_ACTION_REFRESH(cbs, action_refresh_default);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user