yuzu: Add controller hotkeys

This commit is contained in:
german77 2021-11-15 17:57:41 -06:00
parent b94e947793
commit 72c8a94a6c
14 changed files with 580 additions and 79 deletions

View file

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