summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2026-03-22 13:51:01 +0100
committerJosJuice <josjuice@gmail.com>2026-03-22 13:51:01 +0100
commit5af4fedd92f689f71c53bc09bcd57e305f77eaf9 (patch)
treed531b8a85d9b545efc4bc37aa4fbd24075d6988f /Source/Core
parent12935d5b2563e0443210737855f958323575afe5 (diff)
Fix default GBA Select binding on Linux
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/HW/GBAPadEmu.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/Core/Core/HW/GBAPadEmu.cpp b/Source/Core/Core/HW/GBAPadEmu.cpp
index e61a3dbb11..fd68bc9a1d 100644
--- a/Source/Core/Core/HW/GBAPadEmu.cpp
+++ b/Source/Core/Core/HW/GBAPadEmu.cpp
@@ -100,9 +100,12 @@ void GBAPad::LoadDefaults(const ControllerInterface& ciface)
#ifdef _WIN32
m_buttons->SetControlExpression(4, "`BACK`"); // Select
m_buttons->SetControlExpression(5, "`RETURN`"); // Start
-#else
+#elif defined __APPLE__
m_buttons->SetControlExpression(4, "`Backspace`"); // Select
m_buttons->SetControlExpression(5, "`Return`"); // Start
+#else
+ m_buttons->SetControlExpression(4, "`BackSpace`"); // Select
+ m_buttons->SetControlExpression(5, "`Return`"); // Start
#endif
// D-Pad