By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
| [[SVC|svcGetSystemTick]] tick-count output, for when HID module updates entry index0 in the below array.
+
|-
+
| 0x8
+
| 0x8
+
| Before the above tick-count field is updated, that value is copied into this field. Therefore, this contains the tick-count for the previous time that entry index0 in the below array was updated by HID module.
+
|-
+
| 0x10
+
| 0x4
+
| Index in the following array which was last updated by HID module.
+
|-
+
| 0x18
+
| 0x60
+
| Array containing 8 entries, see below.
+
|}
+
The size of this region is 0x78-bytes. Initially this contains 0xFF/0x00 bytes.
The size of this region is 0x78-bytes. Initially this contains 0xFF/0x00 bytes.
+
+
HID module first updates index0, then index1, and so on. When updating the array when the index is already 7, the index is reset to 0.