diff options
| author | Sergi Granell | 2017-02-14 11:32:26 +0100 |
|---|---|---|
| committer | GitHub | 2017-02-14 11:32:26 +0100 |
| commit | 8d67f5bae723811d53b4e0ff6b2334c03e119d6a (patch) | |
| tree | 029b4b292adf57250339edc1e287f55003fd8699 /nids/360/SceIdStorage.yml | |
| parent | Add more SceGpioForDriver NIDs (diff) | |
| parent | Added missing definitions for VitaShell (diff) | |
| download | vds-libraries-8d67f5bae723811d53b4e0ff6b2334c03e119d6a.tar.gz | |
Merge pull request #138 from TheOfficialFloW/master
A cleaner PR
Diffstat (limited to 'nids/360/SceIdStorage.yml')
| -rw-r--r-- | nids/360/SceIdStorage.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nids/360/SceIdStorage.yml b/nids/360/SceIdStorage.yml new file mode 100644 index 0000000..62086a8 --- /dev/null +++ b/nids/360/SceIdStorage.yml @@ -0,0 +1,22 @@ +modules: + SceIdStorage: + nid: 0x4BDAF254 + libraries: + SceIdStorageForDriver: + nid: 0xE1AC6D7C + functions: + sceIdStorageCreateLeaf: 0x08A471A6 + sceIdStorageDeleteLeaf: 0x2C97AB36 + sceIdStorageFlush: 0x3AD32523 + sceIdStorageFormat: 0x958089DB + sceIdStorageGetFreeLeaves: 0x37833CB8 + sceIdStorageGetLeafSize: 0xEB830733 + sceIdStorageIsDirty: 0xB9069BAD + sceIdStorageIsFormatted: 0xFEFA40C2 + sceIdStorageIsReadOnly: 0x2D633688 + sceIdStorageLookup: 0x6FE062D1 + sceIdStorageReadLeaf: 0xEB00C509 + sceIdStorageRestart: 0x60B647A5 + sceIdStorageUnformat: 0xF4BCB3EE + sceIdStorageUpdate: 0x683AAC10 + sceIdStorageWriteLeaf: 0x1FA4D135 |
