summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-01-16 23:38:35 +0100
committerGitHub <noreply@github.com>2017-01-16 23:38:35 +0100
commit55c91ae782f9a05411ba869f7a83de87d29a0adf (patch)
treef40e211ce132a79fa9dbff5a74980d0a84bde3ff /src/core/hle/service/hid/hid.h
parentMerge pull request #2435 from mailwl/gsp-mask (diff)
parentCoreTiming: use named constant for ARM11 clock rate (diff)
downloadyuzu-55c91ae782f9a05411ba869f7a83de87d29a0adf.tar
yuzu-55c91ae782f9a05411ba869f7a83de87d29a0adf.tar.gz
yuzu-55c91ae782f9a05411ba869f7a83de87d29a0adf.tar.bz2
yuzu-55c91ae782f9a05411ba869f7a83de87d29a0adf.tar.lz
yuzu-55c91ae782f9a05411ba869f7a83de87d29a0adf.tar.xz
yuzu-55c91ae782f9a05411ba869f7a83de87d29a0adf.tar.zst
yuzu-55c91ae782f9a05411ba869f7a83de87d29a0adf.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();