mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 06:05:34 +00:00
added more errcodes by m4xw
This commit is contained in:
parent
fe0779a871
commit
7de8d19b4a
|
@ -708,6 +708,10 @@ switch_known_errcodes = {
|
||||||
0x115b: "[HBL] Stopped loading NROs",
|
0x115b: "[HBL] Stopped loading NROs",
|
||||||
0x48c69: "device_cert_ecc_b223 failed to load",
|
0x48c69: "device_cert_ecc_b223 failed to load",
|
||||||
0x138E02: "gamecard cmd buffer too small - must be 0x40 (or bigger)",
|
0x138E02: "gamecard cmd buffer too small - must be 0x40 (or bigger)",
|
||||||
|
0x138E02: "gc out of bounds sector access",
|
||||||
|
0x13DC02: "gc sector start is out of range for partition 1",
|
||||||
|
0x13D802: " gc sector end out of range for partition 1",
|
||||||
|
0x13DA02: "gc sector wrong partition access",
|
||||||
|
|
||||||
|
|
||||||
# 0x3E8E89: 'Failed to access Firmware Updates - Often because of DNS!',
|
# 0x3E8E89: 'Failed to access Firmware Updates - Often because of DNS!',
|
||||||
|
|
Loading…
Reference in a new issue