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

@ -569,7 +569,7 @@ void AndroidHostInterface::EmulationThreadLoop(JNIEnv* env)
else
System::RunFrame();
UpdateControllerRumble();
UpdateControllerMetaState();
if (m_vibration_enabled)
UpdateVibration();
}