aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorGravatar purpasmart96 <kanzoconfigz@hotmail.com>2015-05-22 15:55:27 -0700
committerGravatar purpasmart96 <kanzoconfigz@hotmail.com>2015-05-22 15:55:27 -0700
commit0c62b7b10642ec88e2bb892f9f857cd51e0d4514 (patch)
treecf29f5d0178f27c31985ab6827e6fa40eba3bfc1 /src/core/hle/service/hid/hid.h
parenteca2b71fa8a6c4c104695b866952e4295dc6466f (diff)
HID: Stub DisableAccelerometer and DisableGyroscopeLow
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
-rw-r--r--src/core/hle/service/hid/hid.h28
1 files changed, 23 insertions, 5 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h
index 897bd676..68e2bcee 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -162,12 +162,12 @@ const PadState PAD_CIRCLE_DOWN = {{1u << 31}};
* Outputs:
* 1 : Result of function, 0 on success, otherwise error code
* 2 : IPC Command Structure translate-header
- * 3 : Handle to HID_User shared memory
- * 4 : Event signaled by HID_User
- * 5 : Event signaled by HID_User
- * 6 : Event signaled by HID_User
+ * 3 : Handle to HID shared memory
+ * 4 : Event signaled by HID
+ * 5 : Event signaled by HID
+ * 6 : Event signaled by HID
* 7 : Gyroscope event
- * 8 : Event signaled by HID_User
+ * 8 : Event signaled by HID
*/
void GetIPCHandles(Interface* self);
@@ -181,6 +181,15 @@ void GetIPCHandles(Interface* self);
void EnableAccelerometer(Interface* self);
/**
+ * HID::DisableAccelerometer service function
+ * Inputs:
+ * None
+ * Outputs:
+ * 1 : Result of function, 0 on success, otherwise error code
+ */
+void DisableAccelerometer(Interface* self);
+
+/**
* HID::EnableGyroscopeLow service function
* Inputs:
* None
@@ -190,6 +199,15 @@ void EnableAccelerometer(Interface* self);
void EnableGyroscopeLow(Interface* self);
/**
+ * HID::DisableGyroscopeLow service function
+ * Inputs:
+ * None
+ * Outputs:
+ * 1 : Result of function, 0 on success, otherwise error code
+ */
+void DisableGyroscopeLow(Interface* self);
+
+/**
* HID::GetSoundVolume service function
* Inputs:
* None