core: hid: Split SL and SR buttons

This commit is contained in:
german77 2023-11-11 20:54:06 -06:00
parent 81373c8499
commit 6788dffa53
13 changed files with 382 additions and 185 deletions

View file

@ -24,7 +24,7 @@ namespace InputCommon {
class SDLJoystick;
using ButtonBindings =
std::array<std::pair<Settings::NativeButton::Values, SDL_GameControllerButton>, 18>;
std::array<std::pair<Settings::NativeButton::Values, SDL_GameControllerButton>, 20>;
using ZButtonBindings =
std::array<std::pair<Settings::NativeButton::Values, SDL_GameControllerAxis>, 2>;