[Scummvm-git-logs] scummvm master -> 161ca5285dd3ed54dcba26cba300685b3db36e65

bgK bastien.bouclet at gmail.com
Wed Jan 29 15:28:57 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
161ca5285d PS3: Fix controller button name


Commit: 161ca5285dd3ed54dcba26cba300685b3db36e65
    https://github.com/scummvm/scummvm/commit/161ca5285dd3ed54dcba26cba300685b3db36e65
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2020-01-29T16:28:36+01:00

Commit Message:
PS3: Fix controller button name

Geometrically accurate is not good enough.

Changed paths:
    backends/platform/sdl/ps3/ps3.cpp


diff --git a/backends/platform/sdl/ps3/ps3.cpp b/backends/platform/sdl/ps3/ps3.cpp
index e27ac81..fbcbc4a 100644
--- a/backends/platform/sdl/ps3/ps3.cpp
+++ b/backends/platform/sdl/ps3/ps3.cpp
@@ -40,7 +40,7 @@
 static const Common::HardwareInputTableEntry playstationJoystickButtons[] = {
     { "JOY_A",              Common::JOYSTICK_BUTTON_A,              _s("Cross")       },
     { "JOY_B",              Common::JOYSTICK_BUTTON_B,              _s("Circle")      },
-    { "JOY_X",              Common::JOYSTICK_BUTTON_X,              _s("Rectangle")   },
+    { "JOY_X",              Common::JOYSTICK_BUTTON_X,              _s("Square")      },
     { "JOY_Y",              Common::JOYSTICK_BUTTON_Y,              _s("Triangle")    },
     { "JOY_BACK",           Common::JOYSTICK_BUTTON_BACK,           _s("Select")      },
     { "JOY_GUIDE",          Common::JOYSTICK_BUTTON_GUIDE,          _s("PS")          },




More information about the Scummvm-git-logs mailing list