From a78c9721be5fd3f535b21a78e73d337174955d4d Mon Sep 17 00:00:00 2001 From: Jools Wills Date: Mon, 4 Jul 2016 00:29:53 +0100 Subject: [PATCH] rename buttons to avoid confusion (bottom -> shoulder / top -> trigger). --- es-core/src/guis/GuiInputConfig.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/es-core/src/guis/GuiInputConfig.cpp b/es-core/src/guis/GuiInputConfig.cpp index 78f598ff1..c28bfee05 100644 --- a/es-core/src/guis/GuiInputConfig.cpp +++ b/es-core/src/guis/GuiInputConfig.cpp @@ -28,10 +28,10 @@ static const char* inputName[inputCount] = "B", "X", "Y", - "LeftBottom", - "RightBottom", - "LeftTop", - "RightTop", + "LeftShoulder", + "RightShoulder", + "LeftTrigger", + "RightTrigger", "LeftThumb", "RightThumb", "LeftAnalogUp", @@ -82,10 +82,10 @@ static const char* inputDispName[inputCount] = "B", "X", "Y", - "LEFT BOTTOM", - "RIGHT BOTTOM", - "LEFT TOP", - "RIGHT TOP", + "LEFT SHOULDER", + "RIGHT SHOULDER", + "LEFT TRIGGER", + "RIGHT TRIGGER", "LEFT THUMB", "RIGHT THUMB", "LEFT ANALOG UP",