mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
DolphinQt: Add setting to enable iterative input mappings.
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
#include <QWidget>
|
||||
|
||||
class InputConfig;
|
||||
class MappingButton;
|
||||
class MappingNumeric;
|
||||
class MappingWindow;
|
||||
class QFormLayout;
|
||||
@ -55,4 +56,5 @@ protected:
|
||||
|
||||
private:
|
||||
MappingWindow* m_parent;
|
||||
MappingButton* m_previous_mapping_button = nullptr;
|
||||
};
|
||||
|
Reference in New Issue
Block a user