IdStorage: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Region of the Vita where perconsole info is stored.<br> Currently 128 leafs exist. Some are empty, others are unique, and there are others which are duplicated.<br> Obtained w...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
Region of the Vita where perconsole info is stored.<br> | Region of the Vita where perconsole info is stored.<br> | ||
Currently 128 leafs exist. Some are empty, others are unique, and there are others which are duplicated.<br> | Currently 128 leafs exist. Some are empty, others are unique, and there are others which are duplicated.<br> | ||
Obtained with <code> "SceIdStorage", 0xe1ac6d7c, 0xeb00c509 | function ksceIdStorageReadLeaf(int leafnum, int buf, int unk0) </code> | Obtained with <code> "SceIdStorage", 0xe1ac6d7c, 0xeb00c509 | function ksceIdStorageReadLeaf(int leafnum, int buf, int unk0) </code> <br> | ||
Buf size is 0x200 (512) and maximum leaf number is 0x80 (128). | |||
= Table of leafs = | |||
* TODO |
Revision as of 10:58, 2 May 2017
Region of the Vita where perconsole info is stored.
Currently 128 leafs exist. Some are empty, others are unique, and there are others which are duplicated.
Obtained with "SceIdStorage", 0xe1ac6d7c, 0xeb00c509 | function ksceIdStorageReadLeaf(int leafnum, int buf, int unk0)
Buf size is 0x200 (512) and maximum leaf number is 0x80 (128).
Table of leafs
- TODO