diff options
author | 2023-01-13 06:41:02 +1100 | |
---|---|---|
committer | 2023-01-13 06:41:02 +1100 | |
commit | cea727b85aeb4abde83b9b7a555f9d6397f5f1e9 (patch) | |
tree | a6fb128e95339d5663c8e4665e0306cafc3dde29 /src/osd/modules/input/input_sdl.cpp | |
parent | b97bda128242e3284bee8c099d98293aa229f804 (diff) |
osd: Fixed names of face buttons on Switch Pro Controller with SDL Game Controller provider.
Diffstat (limited to 'src/osd/modules/input/input_sdl.cpp')
-rw-r--r-- | src/osd/modules/input/input_sdl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/input/input_sdl.cpp b/src/osd/modules/input/input_sdl.cpp index fb7b3448de5..4aedcda3a38 100644 --- a/src/osd/modules/input/input_sdl.cpp +++ b/src/osd/modules/input/input_sdl.cpp @@ -169,10 +169,10 @@ char const *const CONTROLLER_BUTTON_XBOX360[]{ "Touchpad" }; [[maybe_unused]] char const *const CONTROLLER_BUTTON_SWITCH[]{ - "B", "A", + "B", + "X", "Y", - "Z", "-", "Home", "+", |