diff options
author | wwylele <wwylele@gmail.com> | 2017-01-15 20:27:00 +0100 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2017-01-16 08:51:44 +0100 |
commit | 3c333c53f1f2c8daa3eab8c83d403d0d23682747 (patch) | |
tree | 1d2bc35f744cbc4360b3a8ec0ac3690a51b1f96e /src/core/hle/service/hid/hid.h | |
parent | Merge pull request #2435 from mailwl/gsp-mask (diff) | |
download | yuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.tar yuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.tar.gz yuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.tar.bz2 yuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.tar.lz yuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.tar.xz yuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.tar.zst yuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.zip |
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
-rw-r--r-- | src/core/hle/service/hid/hid.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h index 7904e7355..21e66dfe0 100644 --- a/src/core/hle/service/hid/hid.h +++ b/src/core/hle/service/hid/hid.h @@ -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(); |