HW: Remove UpdateOutput

All of the rumble interfaces are now immediate mode.
This commit is contained in:
Jasper St. Pierre
2014-11-13 01:11:43 -08:00
parent 86e4da2c07
commit f3b739341e
5 changed files with 0 additions and 28 deletions

View File

@ -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;