IdStorage: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
(Replaced content with "#REDIRECT [https://wiki.henkaku.xyz/vita/SceIdStorage]")
Tag: Replaced
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Region of the Vita where perconsole info is stored.<br>
#REDIRECT [https://wiki.henkaku.xyz/vita/SceIdStorage]
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> <br>
Buf size is 0x200 (512) and maximum leaf number is 0x80 (128).
 
= Table of leafs =
 
{| class="wikitable"
|-
! Index (Range) !! Empty ? !! Unique? !! Notes
|-
| 00 || No || No || 0x20 is equal to 0x00
|-
| 01 || No || No || 0x21 is equal to 0x01
|-
| 02 || No || No || 0x22 is equal to 0x02
|-
| 03 || No || No || 0x23 is equal to 0x03
|-
| 04 || No || No || 0x24 is equal to 0x04
|-
| 05 || No || No || 0x25 is equal to 0x05
|-
| 06 || No || No || 0x26 is equal to 0x06
|-
| 07 || No || No || 0x27 is equal to 0x07
|-
| 08->1F || Yes || No ||
|-
| 28->3F || Yes || No ||
|-
| 4B->7D || Yes || No ||
|-
|}

Latest revision as of 00:47, 16 February 2020

  1. REDIRECT [1]