mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 12:05:36 +00:00
[ERR] Sync with switchbrew wiki
This commit is contained in:
parent
ec14b4ed6e
commit
f83c47fab8
|
@ -1,3 +1,4 @@
|
||||||
|
# Date: 08.02.2019
|
||||||
switch_modules = {
|
switch_modules = {
|
||||||
1: "Kernel ",
|
1: "Kernel ",
|
||||||
2: "FS ",
|
2: "FS ",
|
||||||
|
@ -69,8 +70,8 @@ switch_modules = {
|
||||||
154: "NPNS ",
|
154: "NPNS ",
|
||||||
155: "NPNS HTTP Stream ",
|
155: "NPNS HTTP Stream ",
|
||||||
157: "ARP ",
|
157: "ARP ",
|
||||||
158: "SWKBD ",
|
158: "Boot ",
|
||||||
159: "Boot ",
|
159: "SWKBD ",
|
||||||
161: "NFC Mifare ",
|
161: "NFC Mifare ",
|
||||||
162: "Userland assert ",
|
162: "Userland assert ",
|
||||||
163: "Fatal ",
|
163: "Fatal ",
|
||||||
|
@ -78,6 +79,7 @@ switch_modules = {
|
||||||
165: "SPSM ",
|
165: "SPSM ",
|
||||||
167: "BGTC ",
|
167: "BGTC ",
|
||||||
168: "Userland crash ",
|
168: "Userland crash ",
|
||||||
|
178: "PDM",
|
||||||
179: "OLSC ",
|
179: "OLSC ",
|
||||||
180: "SREPO ",
|
180: "SREPO ",
|
||||||
181: "Dauth ",
|
181: "Dauth ",
|
||||||
|
@ -324,7 +326,7 @@ switch_known_errcodes = {
|
||||||
0xCA1A: "Unknown TZ error ",
|
0xCA1A: "Unknown TZ error ",
|
||||||
0xD01A: "All AES engines busy ",
|
0xD01A: "All AES engines busy ",
|
||||||
0xD21A: "Invalid AES engine-id ",
|
0xD21A: "Invalid AES engine-id ",
|
||||||
0x19669: "Setting value cannot be NULL ",
|
0x19669: "Null settings value",
|
||||||
0x1A069: "Null setting value size buffer ",
|
0x1A069: "Null setting value size buffer ",
|
||||||
0x1A269: "Null debug mode flag buffer ",
|
0x1A269: "Null debug mode flag buffer ",
|
||||||
0x1BA69: "Setting group name has zero length ",
|
0x1BA69: "Setting group name has zero length ",
|
||||||
|
@ -487,6 +489,47 @@ switch_known_errcodes = {
|
||||||
0x315B: "Failed to unmap code memory (.text). ",
|
0x315B: "Failed to unmap code memory (.text). ",
|
||||||
0x335B: "Failed to unmap code memory (.rodata). ",
|
0x335B: "Failed to unmap code memory (.rodata). ",
|
||||||
0x355B: "Failed to unmap code memory (.data+.bss). ",
|
0x355B: "Failed to unmap code memory (.data+.bss). ",
|
||||||
|
0x190B2: "File storage failure",
|
||||||
|
0x12CB2: "Service unavailable",
|
||||||
|
0xCAB2: "User does not exist",
|
||||||
|
0xC8B2: "Invalid user ID",
|
||||||
|
0x885: "Invalid parameter",
|
||||||
|
0x485: "Invalid DVFS table ID",
|
||||||
|
0x480: "Storage not available.",
|
||||||
|
0x1987E: "Development/debug-only behavior",
|
||||||
|
0xD27E: "Invalid database entry count",
|
||||||
|
0xCE7E: "Invalid database signature value (should be \"NFDB\")",
|
||||||
|
0x87E: "Entry not found",
|
||||||
|
0x27E: "Invalid argument",
|
||||||
|
0x7BC74: "Unimplemented functionality",
|
||||||
|
0x7BA74: "Entry not found",
|
||||||
|
0x70C74: "Value out of valid range",
|
||||||
|
0x70A74: "Null pointer",
|
||||||
|
0x64274: "Memory allocation failure",
|
||||||
|
0x19274: "Signed overflow/underflow",
|
||||||
|
0x19074: "Invalid time comparison",
|
||||||
|
0xC72: "Unsupported operation",
|
||||||
|
0x74: "Time service not initialized",
|
||||||
|
0x19A69: "Null settings value buffer",
|
||||||
|
0x19469: "Null settings key",
|
||||||
|
0x19269: "Null settings name",
|
||||||
|
0x3DD402: "RomFs table: Path is file, not directory",
|
||||||
|
0x3DCC02: "RomFs directory has no more child directories/files when iterating",
|
||||||
|
0x3DCA02: "RomFs table: Unable to add new file",
|
||||||
|
0x3DC802: "RomFs table: Unable to add new directory",
|
||||||
|
0x3DC602: "RomFs table: Insufficient space to add new entry",
|
||||||
|
0x3DC402: "RomFs table: Entry already exists when trying to add a new entry",
|
||||||
|
0x3DC002: "RomFs table: Directory not found",
|
||||||
|
0x3DBE02: "RomFs table: File not found",
|
||||||
|
0x3DBC02: "RomFs table: Entry not found in dictionary",
|
||||||
|
0x327A02: "FS allocator alignment violation",
|
||||||
|
0x244E02: "Calculated Partition FS header size changed between 2 consecutive reads",
|
||||||
|
0x244C02: "Invalid name offset for Partition FS file entry",
|
||||||
|
0x244A02: "Invalid HFS0 magic",
|
||||||
|
0x244802: "Invalid PFS0 magic",
|
||||||
|
0x244602: "Invalid Partition FS hash",
|
||||||
|
0x244402: "Invalid Partition file hashed region bounds",
|
||||||
|
0xE02: "Resource already in use (file already opened, savedata filesystem already mounted).",
|
||||||
|
|
||||||
# FS Codes
|
# FS Codes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue