mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Include analogs here too
This commit is contained in:
parent
54035aa758
commit
56391da5c2
@ -68,8 +68,8 @@ static int action_start_input_desc(unsigned type, const char *label,
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
unsigned inp_desc_index_offset = type - MENU_SETTINGS_INPUT_DESC_BEGIN;
|
||||
unsigned inp_desc_user = inp_desc_index_offset / RARCH_FIRST_CUSTOM_BIND;
|
||||
unsigned inp_desc_button_index_offset = inp_desc_index_offset - (inp_desc_user * RARCH_FIRST_CUSTOM_BIND);
|
||||
unsigned inp_desc_user = inp_desc_index_offset / RARCH_FIRST_META_KEY;
|
||||
unsigned inp_desc_button_index_offset = inp_desc_index_offset - (inp_desc_user * RARCH_FIRST_META_KEY);
|
||||
|
||||
(void)label;
|
||||
(void)action;
|
||||
|
Loading…
x
Reference in New Issue
Block a user