diff options
author | Glenn Anderson | 2015-08-15 02:36:49 -0400 |
---|---|---|
committer | Glenn Anderson | 2015-08-15 19:09:16 -0400 |
commit | 860e7bdfdded83166cd64ca94e9512f607fd563a (patch) | |
tree | 4f8115341c5c78170125f1ed5e97b13634f3ce0b /nids/360/SceMotion.yml | |
parent | Initial commit. Added headers from psp2sdk. (diff) | |
download | vds-libraries-860e7bdfdded83166cd64ca94e9512f607fd563a.tar.gz |
Adds initial NID JSON database.
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..d7a7e14 --- /dev/null +++ b/nids/360/SceMotion.yml @@ -0,0 +1,26 @@ +modules: + SceMotion: + nid: 0x00000000 + libraries: + SceMotion: + nid: 0x00000000 + 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 |