Tweak gamepad button names to be consistent with the documentation

This commit is contained in:
Hugo Locurcio 2019-07-01 12:18:17 +02:00
parent d17eac735c
commit 310b03d97e
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 4 additions and 4 deletions

View File

@ -42,10 +42,10 @@
ProjectSettingsEditor *ProjectSettingsEditor::singleton = NULL; ProjectSettingsEditor *ProjectSettingsEditor::singleton = NULL;
static const char *_button_names[JOY_BUTTON_MAX] = { static const char *_button_names[JOY_BUTTON_MAX] = {
"PS Cross, XBox A, Nintendo B", "DualShock Cross, Xbox A, Nintendo B",
"PS Circle, XBox B, Nintendo A", "DualShock Circle, Xbox B, Nintendo A",
"PS Square, XBox X, Nintendo Y", "DualShock Square, Xbox X, Nintendo Y",
"PS Triangle, XBox Y, Nintendo X", "DualShock Triangle, Xbox Y, Nintendo X",
"L, L1", "L, L1",
"R, R1", "R, R1",
"L2", "L2",