mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
DolphinQt: Add setting to enable iterative input mappings.
This commit is contained in:
@ -53,6 +53,7 @@ public:
|
||||
ControllerEmu::EmulatedController* GetController() const;
|
||||
bool IsCreateOtherDeviceMappingsEnabled() const;
|
||||
bool IsWaitForAlternateMappingsEnabled() const;
|
||||
bool IsIterativeMappingEnabled() const;
|
||||
void ShowExtensionMotionTabs(bool show);
|
||||
void ActivateExtensionTab();
|
||||
|
||||
@ -106,6 +107,7 @@ private:
|
||||
QComboBox* m_devices_combo;
|
||||
QAction* m_other_device_mappings;
|
||||
QAction* m_wait_for_alternate_mappings;
|
||||
QAction* m_iterative_mapping;
|
||||
|
||||
// Profiles
|
||||
QGroupBox* m_profiles_box;
|
||||
|
Reference in New Issue
Block a user