diff options
author | Princess of Sleeping | 2019-07-03 20:27:17 +0900 |
---|---|---|
committer | Sunguk Lee | 2019-07-17 23:24:59 +0900 |
commit | 670a95a39dbae3449b0a489deae94595adc88a3c (patch) | |
tree | 0f853b9af78197c7af03371eb0192a3c37bcfbf6 /nids/360/SceMotion.yml | |
parent | Fix wrong ksceKernelGetModuleList2 (#373) (diff) | |
download | vds-libraries-670a95a39dbae3449b0a489deae94595adc88a3c.tar.gz |
Fixed some function names and sorted alphabetically
Diffstat (limited to 'nids/360/SceMotion.yml')
-rw-r--r-- | nids/360/SceMotion.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/nids/360/SceMotion.yml b/nids/360/SceMotion.yml deleted file mode 100644 index 659ffb2..0000000 --- a/nids/360/SceMotion.yml +++ /dev/null @@ -1,26 +0,0 @@ -modules: - SceMotion: - nid: 0x0000005F - libraries: - SceMotion: - nid: 0xDC571B3F - functions: - sceMotionGetAngleThreshold: 0x499B6C87 - sceMotionGetBasicOrientation: 0x4F28BFE0 - sceMotionGetDeadband: 0x112E0EAE - sceMotionGetDeviceLocation: 0x047F060A - sceMotionGetGyroBiasCorrection: 0xE8A28DA5 - sceMotionGetMagnetometerState: 0x3D4813AE - sceMotionGetSensorState: 0x47D679EA - sceMotionGetState: 0xBDB32767 - sceMotionGetTiltCorrection: 0xC1652201 - sceMotionMagnetometerOff: 0xC1A7395A - sceMotionMagnetometerOn: 0x122A79F8 - sceMotionReset: 0x0FD2CDA2 - sceMotionRotateYaw: 0x20F00078 - sceMotionSetAngleThreshold: 0xDACB2A41 - sceMotionSetDeadband: 0x917EA390 - sceMotionSetGyroBiasCorrection: 0xA4A7E6E2 - sceMotionSetTiltCorrection: 0xAF09FCDB - sceMotionStartSampling: 0x28034AC9 - sceMotionStopSampling: 0xAF32CB1D |