mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +00:00
InputConfigDiag: make m_iterate protected, not private
This commit is contained in:
parent
a1978c28f9
commit
a6bc56b626
1 changed files with 1 additions and 1 deletions
|
@ -240,6 +240,7 @@ protected:
|
||||||
|
|
||||||
ControllerEmu::EmulatedController* const controller;
|
ControllerEmu::EmulatedController* const controller;
|
||||||
|
|
||||||
|
bool m_iterate = false;
|
||||||
wxTimer m_update_timer;
|
wxTimer m_update_timer;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@ -249,5 +250,4 @@ private:
|
||||||
InputEventFilter m_event_filter;
|
InputEventFilter m_event_filter;
|
||||||
|
|
||||||
bool DetectButton(ControlButton* button);
|
bool DetectButton(ControlButton* button);
|
||||||
bool m_iterate = false;
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue