mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
HW: Remove UpdateOutput
All of the rumble interfaces are now immediate mode.
This commit is contained in:
@ -117,7 +117,6 @@ void Update(int _number)
|
||||
|
||||
if (_number <= s_last_number)
|
||||
{
|
||||
g_controller_interface.UpdateOutput();
|
||||
g_controller_interface.UpdateInput();
|
||||
}
|
||||
s_last_number = _number;
|
||||
|
Reference in New Issue
Block a user