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