diff options
author | TheOfficialFloW | 2017-06-25 16:54:28 +0200 |
---|---|---|
committer | Sunguk Lee | 2017-06-25 23:54:28 +0900 |
commit | 452c2ab79926570991fac2934e954ae2101242b0 (patch) | |
tree | f4097d6f896bff1a3072961298087fa1e990c23c /nids/360/SceCompat.yml | |
parent | add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202) (diff) | |
download | vds-libraries-452c2ab79926570991fac2934e954ae2101242b0.tar.gz |
Added new NIDs and new headers (#196)
* Added sceIoPread/sceIoPwrite header
* Added more paf nids and paf header
* Added sceCompat NIDs
* Added SceNpDrm header
* Sorted SceCompat
* Removed duplicated NIDs
* Fixed scePaf nid
* Fixed SceNpDrm name in header and added SceVideoExport
* Fixed brief description
* Added sceIoChstatByFd header
* Added SceVideoExport definition
Diffstat (limited to 'nids/360/SceCompat.yml')
-rw-r--r-- | nids/360/SceCompat.yml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/nids/360/SceCompat.yml b/nids/360/SceCompat.yml new file mode 100644 index 0000000..c3063f1 --- /dev/null +++ b/nids/360/SceCompat.yml @@ -0,0 +1,41 @@ +modules: + SceCompat: + nid: 0x8F2D0378 + libraries: + SceCompat: + nid: 0x0F35909D + functions: + sceCompatAllocCdramWithHole: 0xA5039FFA + sceCompatAvailableColorSpaceSetting: 0x456226DD + sceCompatCache: 0x6777390E + sceCompatCheckPocketStation: 0x96FC2A87 + sceCompatDatRead: 0xCBE73EBE + sceCompatFrameBufferInit: 0xBC0E2B4C + sceCompatGetCurrentSecureTick: 0xA073EBEE + sceCompatGetDevInf: 0x138006A8 + sceCompatGetPeripheralState: 0x176B2906 + sceCompatGetPrimaryHead: 0xDC9EE33A + sceCompatGetPspSystemSoftwareVersion: 0xB113DCC0 + sceCompatGetStatus: 0xD2E3370E + sceCompatGetTitleList: 0x99F13E04 + sceCompatGetUpdateState: 0x0CDE9EC5 + sceCompatIdStorageLookup: 0x94AAA245 + sceCompatInitEx: 0xE97C1B5F + sceCompatInterrupt: 0xD6AA36DD + sceCompatIsPocketStationTitle: 0x7DCFBCCE + sceCompatLCDCSync: 0xBD177787 + sceCompatReadShared32: 0x73AA4871 + sceCompatReturnValueEx: 0xCC02A9FF + sceCompatSetDisplayConfig: 0x32BA3DCF + sceCompatSetRif: 0xD8B69F23 + sceCompatSetSuspendSema: 0xDD30239E + sceCompatSetUpdateState: 0x8A44206F + sceCompatStart: 0x8CA1632D + sceCompatStop: 0xFCE2422F + sceCompatSuspendResume: 0x324112CA + sceCompatUninit: 0xEF929397 + sceCompatWaitAndGetRequest: 0x8176C238 + sceCompatWaitIntr: 0xC1E14CF5 + sceCompatWaitSpecialRequest: 0x714F7ED6 + sceCompatWriteShared32: 0x1CD51530 + sceCompatWriteSharedCtrl: 0x2306FFED |