mirror of
https://github.com/libretro/RetroArch
synced 2025-03-16 07:21:03 +00:00
Buildfix for MSVC
This commit is contained in:
parent
a657465a4a
commit
69bae76ec3
@ -2212,7 +2212,6 @@ int generic_menu_entry_action(
|
||||
struct rarch_state *p_rarch = &rarch_st;
|
||||
struct menu_state *menu_st = &p_rarch->menu_driver_state;
|
||||
menu_list_t *menu_list = menu_st->entries.list;
|
||||
;
|
||||
file_list_t *selection_buf = menu_list ? MENU_LIST_GET_SELECTION(menu_list, (unsigned)0) : NULL;
|
||||
menu_file_list_cbs_t *cbs = selection_buf ?
|
||||
(menu_file_list_cbs_t*)selection_buf->list[i].actiondata : NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user