diff options
| author | 2022-01-24 11:37:48 -0500 | |
|---|---|---|
| committer | 2022-01-24 11:37:48 -0500 | |
| commit | 12e7d3b254828fcaf2dda3906ae0e80723eeffa4 (patch) | |
| tree | 687d3011fcc27e33d33fd3f3e2c79a2b85f2d054 /src/input_common/input_mapping.cpp | |
| parent | input_common/main: Pass MappingData by const reference in callbacks (diff) | |
| download | yuzu-12e7d3b254828fcaf2dda3906ae0e80723eeffa4.tar.gz yuzu-12e7d3b254828fcaf2dda3906ae0e80723eeffa4.tar.xz yuzu-12e7d3b254828fcaf2dda3906ae0e80723eeffa4.zip | |
input_common/input_mapping: Default constructor
Diffstat (limited to 'src/input_common/input_mapping.cpp')
| -rw-r--r-- | src/input_common/input_mapping.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/input_mapping.cpp b/src/input_common/input_mapping.cpp index 475257f42..38bf47575 100644 --- a/src/input_common/input_mapping.cpp +++ b/src/input_common/input_mapping.cpp | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | namespace InputCommon { | 10 | namespace InputCommon { |
| 11 | 11 | ||
| 12 | MappingFactory::MappingFactory() {} | 12 | MappingFactory::MappingFactory() = default; |
| 13 | 13 | ||
| 14 | void MappingFactory::BeginMapping(Polling::InputType type) { | 14 | void MappingFactory::BeginMapping(Polling::InputType type) { |
| 15 | is_enabled = true; | 15 | is_enabled = true; |