IOWindow: use BlockUserInputFilter

This commit is contained in:
Michael M
2017-06-26 23:23:22 -07:00
parent c624ef43f0
commit 0437f4c486
2 changed files with 8 additions and 13 deletions

View File

@ -94,6 +94,5 @@ private:
ControllerEmu::EmulatedController* m_controller;
ciface::Core::DeviceQualifier m_devq;
Common::Flag m_block;
Type m_type;
};