aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorgerman <german@thesoftwareartisans.com>2020-09-29 19:37:22 -0500
committergerman <german@thesoftwareartisans.com>2020-09-30 10:00:24 -0500
commit283616dbd8e7af7440156da2be0b2e8047a87936 (patch)
treefb5f7752c486e8964b3a8f273e5cbdf40db281c3 /src/core/hle/service/hid/hid.h
parenta1e3f6e27b1f6df1e2cfca558c1e8b89c97a9c98 (diff)
Stubbed EnableSixAxisSensorFusion
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
-rw-r--r--src/core/hle/service/hid/hid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h
index e04aaf1e9..b7f6f4aa4 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -97,6 +97,7 @@ private:
void ActivateNpadWithRevision(Kernel::HLERequestContext& ctx);
void StartSixAxisSensor(Kernel::HLERequestContext& ctx);
void StopSixAxisSensor(Kernel::HLERequestContext& ctx);
+ void EnableSixAxisSensorFusion(Kernel::HLERequestContext& ctx);
void SetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx);
void GetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx);
void ResetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx);