diff options
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 56fb189ae..6f8cd0f03 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -100,7 +100,8 @@ enum Values { | |||
| 100 | }; | 100 | }; |
| 101 | 101 | ||
| 102 | static const std::array<const char*, NumAnalogs> mapping = {{ | 102 | static const std::array<const char*, NumAnalogs> mapping = {{ |
| 103 | "lstick", "rstick", | 103 | "lstick", |
| 104 | "rstick", | ||
| 104 | }}; | 105 | }}; |
| 105 | } // namespace NativeAnalog | 106 | } // namespace NativeAnalog |
| 106 | 107 | ||