mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Cleanups
This commit is contained in:
parent
814eb5b905
commit
4c702c2d36
@ -80,8 +80,7 @@ enum menu_input_ctl_state
|
||||
MENU_INPUT_CTL_BIND_NONE,
|
||||
MENU_INPUT_CTL_BIND_SINGLE,
|
||||
MENU_INPUT_CTL_BIND_ALL,
|
||||
MENU_INPUT_CTL_BIND_ITERATE,
|
||||
MENU_INPUT_CTL_BIND_SET_MIN_MAX
|
||||
MENU_INPUT_CTL_BIND_ITERATE
|
||||
};
|
||||
|
||||
typedef struct menu_input_ctx_hitbox
|
||||
|
@ -1296,7 +1296,7 @@ static int setting_action_ok_bind_defaults(void *data, bool wraparound)
|
||||
lim.min = MENU_SETTINGS_BIND_BEGIN;
|
||||
lim.max = MENU_SETTINGS_BIND_LAST;
|
||||
|
||||
menu_input_ctl(MENU_INPUT_CTL_BIND_SET_MIN_MAX, &lim);
|
||||
menu_input_key_bind_set_min_max(&lim);
|
||||
|
||||
for (i = MENU_SETTINGS_BIND_BEGIN;
|
||||
i <= MENU_SETTINGS_BIND_LAST; i++, target++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user