mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-25 13:59:03 +02:00
core: hid: Split SL and SR buttons
This commit is contained in:
parent
81373c8499
commit
6788dffa53
13 changed files with 382 additions and 185 deletions
|
|
@ -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>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue