mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
Remove MENU_INPUT_CTL_SET_FRAME_INPUT
This commit is contained in:
parent
d443ac53ef
commit
a82cc0d31f
@ -875,7 +875,6 @@ bool menu_driver_ctl(enum rarch_menu_ctl_state state, void *data)
|
||||
iterate->action = pending_iter.action;
|
||||
pending_iter.action = MENU_ACTION_NOOP;
|
||||
}
|
||||
menu_input_ctl(MENU_INPUT_CTL_SET_FRAME_INPUT, iterate);
|
||||
if (menu_driver_ctx->iterate(menu_driver_data,
|
||||
menu_userdata, iterate->action) == -1)
|
||||
return false;
|
||||
|
@ -650,13 +650,6 @@ bool menu_input_ctl(enum menu_input_ctl_state state, void *data)
|
||||
|
||||
switch (state)
|
||||
{
|
||||
case MENU_INPUT_CTL_SET_FRAME_INPUT:
|
||||
{
|
||||
menu_ctx_iterate_t *iter = (menu_ctx_iterate_t*)data;
|
||||
if (!iter)
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
case MENU_INPUT_CTL_BIND_SET_MIN_MAX:
|
||||
{
|
||||
menu_input_ctx_bind_limits_t *lim =
|
||||
|
@ -91,8 +91,7 @@ enum menu_input_ctl_state
|
||||
MENU_INPUT_CTL_BIND_ALL,
|
||||
MENU_INPUT_CTL_BIND_ITERATE,
|
||||
MENU_INPUT_CTL_BIND_SET_MIN_MAX,
|
||||
MENU_INPUT_CTL_START_LINE,
|
||||
MENU_INPUT_CTL_SET_FRAME_INPUT
|
||||
MENU_INPUT_CTL_START_LINE
|
||||
};
|
||||
|
||||
typedef struct menu_input_ctx_hitbox
|
||||
|
Loading…
x
Reference in New Issue
Block a user