mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-08 18:36:28 +00:00
(GLUI) Fix left action on the playlist tab
This commit is contained in:
parent
89d5eaa7c8
commit
b6bb679e68
@ -496,6 +496,7 @@ static int menu_cbs_init_bind_left_compare_type(menu_file_list_cbs_t *cbs,
|
||||
case MENU_VALUE_MAIN_MENU:
|
||||
case MENU_VALUE_HISTORY_TAB:
|
||||
case MENU_VALUE_ADD_TAB:
|
||||
case MENU_VALUE_PLAYLISTS_TAB:
|
||||
BIND_ACTION_LEFT(cbs, action_left_mainmenu);
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user