diff options
| author | Daniel Larson <vortexofdoom97@gmail.com> | 2019-07-15 11:56:41 -0500 |
|---|---|---|
| committer | Daniel Larson <vortexofdoom97@gmail.com> | 2019-07-15 11:56:41 -0500 |
| commit | ba6fbe5fa771e6190cfc0a6d93ec774f5412d548 (patch) | |
| tree | e1ab7d799e38738054ecdbd9021a4c25220586c8 | |
| parent | 803544052a6d0aca73e7b3c4b7c3a9c5ee9707d8 (diff) | |
Added DualShock Equivalents to Joypad Button 10 and 11
| -rw-r--r-- | editor/project_settings_editor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/project_settings_editor.cpp b/editor/project_settings_editor.cpp index 001846604c..f05b6b5890 100644 --- a/editor/project_settings_editor.cpp +++ b/editor/project_settings_editor.cpp @@ -52,8 +52,8 @@ static const char *_button_names[JOY_BUTTON_MAX] = { "R2", "L3", "R3", - "Select, Nintendo -", - "Start, Nintendo +", + "Select, DualShock Share, Nintendo -", + "Start, DualShock Options, Nintendo +", "D-Pad Up", "D-Pad Down", "D-Pad Left", |