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",