Add 0x0 errorcode

This commit is contained in:
Ave Ozkal 2019-02-26 15:28:07 +03:00
parent 2a6b9f24e5
commit 19a0bffbc0
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -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 = {