diff options
| author | Princess of Sleeping | 2019-07-16 12:44:45 +0900 |
|---|---|---|
| committer | Sunguk Lee | 2019-07-17 23:25:55 +0900 |
| commit | 454748dd963a1aaa82a3a37211a315d2c9b92669 (patch) | |
| tree | 1327c6a60a5d9afa0ddee3e18f2f70d1c2350f03 /nids/360/SceMotion.yml | |
| parent | Fixed some function names and sorted alphabetically (diff) | |
| download | vds-libraries-454748dd963a1aaa82a3a37211a315d2c9b92669.tar.gz | |
Return some libraries to wrong export to fix build errors
- SceRtcUser
- SceDisplayUser
- SceMotion
Diffstat (limited to 'nids/360/SceMotion.yml')
| -rw-r--r-- | nids/360/SceMotion.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/nids/360/SceMotion.yml b/nids/360/SceMotion.yml new file mode 100644 index 0000000..659ffb2 --- /dev/null +++ b/nids/360/SceMotion.yml @@ -0,0 +1,26 @@ +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 |
