summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/sdl_driver.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-11-16 00:57:41 +0100
committergerman77 <juangerman-13@hotmail.com>2022-01-07 04:26:05 +0100
commit72c8a94a6cdb4d3f322fa6d4b06eab824f53dba6 (patch)
tree1be3b99cfa76a7e7c360fa467d8ea6de69a29dc8 /src/input_common/drivers/sdl_driver.h
parentcore/hid: Add home and screenshot button support (diff)
downloadyuzu-72c8a94a6cdb4d3f322fa6d4b06eab824f53dba6.tar
yuzu-72c8a94a6cdb4d3f322fa6d4b06eab824f53dba6.tar.gz
yuzu-72c8a94a6cdb4d3f322fa6d4b06eab824f53dba6.tar.bz2
yuzu-72c8a94a6cdb4d3f322fa6d4b06eab824f53dba6.tar.lz
yuzu-72c8a94a6cdb4d3f322fa6d4b06eab824f53dba6.tar.xz
yuzu-72c8a94a6cdb4d3f322fa6d4b06eab824f53dba6.tar.zst
yuzu-72c8a94a6cdb4d3f322fa6d4b06eab824f53dba6.zip
Diffstat (limited to 'src/input_common/drivers/sdl_driver.h')
-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 e9a5d2e26..4cde3606f 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>, 17>;
+ std::array<std::pair<Settings::NativeButton::Values, SDL_GameControllerButton>, 18>;
using ZButtonBindings =
std::array<std::pair<Settings::NativeButton::Values, SDL_GameControllerAxis>, 2>;