HID: manages updating itself using correct ticks

This commit is contained in:
wwylele
2017-01-15 21:27:00 +02:00
parent 16a3f9e393
commit 3c333c53f1
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();