Add 0x0 errorcode
This commit is contained in:
parent
2a6b9f24e5
commit
19a0bffbc0
1 changed files with 16 additions and 12 deletions
|
@ -704,6 +704,10 @@ switch_known_errcodes = {
|
||||||
# By Friedkeenan
|
# By Friedkeenan
|
||||||
|
|
||||||
0x115b: "HBL stopped loading NROs",
|
0x115b: "HBL stopped loading NROs",
|
||||||
|
|
||||||
|
# By Ave
|
||||||
|
|
||||||
|
0x0: "Generic error, is thrown when you downgrade between key versions without initialization / deleting system save files.\n\nTo recover from this issue: from this delete system all save files except 80...120.",
|
||||||
}
|
}
|
||||||
|
|
||||||
switch_known_errcode_ranges = {
|
switch_known_errcode_ranges = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue