CommonHostInterface: Implement controller autofire

This commit is contained in:
Connor McLaughlin
2021-05-16 03:25:02 +10:00
parent c7beac5efd
commit 01c869b704
5 changed files with 146 additions and 4 deletions

View File

@ -1485,7 +1485,7 @@ void QtHostInterface::threadEntryPoint()
else
System::RunFrames();
UpdateControllerRumble();
UpdateControllerMetaState();
if (m_frame_step_request)
{
m_frame_step_request = false;