Skip to content

Commit 012805e

Browse files
committed
Update gamepad_renderer.cpp
1 parent c933c8a commit 012805e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/gamepad_renderer.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ static const LayoutCoords XBOX_LAYOUT = {
4141
"Back", "Guide", "Start"
4242
};
4343

44-
// PlayStation: Circle (A), Cross (B), Square (X), Triangle (Y) — ASCII so default font works
45-
static const char* SONY_FACE_A = "O"; // Circle
46-
static const char* SONY_FACE_B = "X"; // Cross
44+
// PlayStation: A slot = south = Cross, B slot = east = Circle; Square (X), Triangle (Y) — ASCII so default font works
45+
static const char* SONY_FACE_A = "X"; // Cross (south)
46+
static const char* SONY_FACE_B = "O"; // Circle (east)
4747
static const char* SONY_FACE_X = "S"; // Square
4848
static const char* SONY_FACE_Y = "T"; // Triangle
4949

0 commit comments

Comments
 (0)