summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/sdl_driver.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-11-12 03:54:06 +0100
committergerman77 <juangerman-13@hotmail.com>2023-11-12 04:03:15 +0100
commitae57a99d7d2063661cc15e76e8183122d8e0bc1b (patch)
tree206b82f9387b93dbdc08408ceff88c24814f3237 /src/input_common/drivers/sdl_driver.h
parentMerge pull request #11980 from german77/moment (diff)
downloadyuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.tar
yuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.tar.gz
yuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.tar.bz2
yuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.tar.lz
yuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.tar.xz
yuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.tar.zst
yuzu-ae57a99d7d2063661cc15e76e8183122d8e0bc1b.zip
Diffstat (limited to '')
-rw-r--r--src/input_common/drivers/sdl_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/drivers/sdl_driver.h b/src/input_common/drivers/sdl_driver.h
index fcba4e3c6..08e49a0da 100644
--- a/src/input_common/drivers/sdl_driver.h
+++ b/src/input_common/drivers/sdl_driver.h
@@ -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>;