Qt/Mapping: Add option to map all devices at once

This commit is contained in:
spycrab
2018-05-23 23:47:42 +02:00
parent dfb1dbad47
commit 574c609709
3 changed files with 66 additions and 4 deletions

View File

@ -52,6 +52,7 @@ public:
std::shared_ptr<ciface::Core::Device> GetDevice() const;
ControllerEmu::EmulatedController* GetController() const;
bool IsIterativeInput() const;
bool IsMappingAllDevices() const;
signals:
void Update();