diff --git a/Source/Core/DolphinWX/Input/InputConfigDiag.h b/Source/Core/DolphinWX/Input/InputConfigDiag.h index 260cea24c7..bef22c6cee 100644 --- a/Source/Core/DolphinWX/Input/InputConfigDiag.h +++ b/Source/Core/DolphinWX/Input/InputConfigDiag.h @@ -240,6 +240,7 @@ protected: ControllerEmu::EmulatedController* const controller; + bool m_iterate = false; wxTimer m_update_timer; private: @@ -249,5 +250,4 @@ private: InputEventFilter m_event_filter; bool DetectButton(ControlButton* button); - bool m_iterate = false; };