HID: manages updating itself using correct ticks

This commit is contained in:
wwylele 2017-01-15 21:27:00 +02:00
parent d01195febc
commit 8f807fc8ef
3 changed files with 90 additions and 59 deletions

View file

@ -296,9 +296,6 @@ void GetGyroscopeLowRawToDpsCoefficient(Service::Interface* self);
*/
void GetGyroscopeLowCalibrateParam(Service::Interface* self);
/// Checks for user input updates
void Update();
/// Initialize HID service
void Init();