mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-17 15:27:34 +01:00
input_common/input_mapping: Default constructor
This commit is contained in:
parent
51dd3da11c
commit
12e7d3b254
@ -9,7 +9,7 @@
|
||||
|
||||
namespace InputCommon {
|
||||
|
||||
MappingFactory::MappingFactory() {}
|
||||
MappingFactory::MappingFactory() = default;
|
||||
|
||||
void MappingFactory::BeginMapping(Polling::InputType type) {
|
||||
is_enabled = true;
|
||||
|
Loading…
Reference in New Issue
Block a user