summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-01-15 20:27:00 +0100
committerwwylele <wwylele@gmail.com>2017-01-16 08:51:44 +0100
commit3c333c53f1f2c8daa3eab8c83d403d0d23682747 (patch)
tree1d2bc35f744cbc4360b3a8ec0ac3690a51b1f96e /src/core/hle/service/hid/hid.h
parentMerge pull request #2435 from mailwl/gsp-mask (diff)
downloadyuzu-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.h3
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();