diff options
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index a61f25cbe..ea72f4d9c 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -42,7 +42,7 @@ static const std::array<Values, NUM_INPUTS> All = {{ | |||
| 42 | 42 | ||
| 43 | struct Values { | 43 | struct Values { |
| 44 | // CheckNew3DS | 44 | // CheckNew3DS |
| 45 | bool is_new3ds; | 45 | bool is_new_3ds; |
| 46 | 46 | ||
| 47 | // Controls | 47 | // Controls |
| 48 | std::array<int, NativeInput::NUM_INPUTS> input_mappings; | 48 | std::array<int, NativeInput::NUM_INPUTS> input_mappings; |