Skip to content

Commit

Permalink
Increase sizes more?
Browse files Browse the repository at this point in the history
  • Loading branch information
XerTheSquirrel committed Dec 24, 2023
1 parent 0381810 commit 33aff0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions input/input_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ static INLINE rarch_bind_id rarch_logical_to_bind_game_controller(rarch_logical_
/**
* Returns the number of binds that are part of game controllers.
*
* Use this instead of @c RARCH_FIRST_CUSTOM_BIND .
*
* @return The number of binds that are part of game controllers.
* @since 2023/12/24
*/
Expand Down
2 changes: 1 addition & 1 deletion menu/menu_displaylist.c
Original file line number Diff line number Diff line change
Expand Up @@ -11687,7 +11687,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
if (menu_entries_append(list, descriptor, info->path,
MSG_UNKNOWN,
MENU_SETTINGS_INPUT_DESC_BEGIN +
(port * (RARCH_FIRST_CUSTOM_BIND + 8)) + retro_id, 0, 0, NULL))
(port * rarch_num_bind_game_controller()) + retro_id, 0, 0, NULL))
count++;
}
}
Expand Down

0 comments on commit 33aff0a

Please sign in to comment.