mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-07-23 10:28:25 +00:00
Add 0x0 errorcode
This commit is contained in:
parent
2a6b9f24e5
commit
19a0bffbc0
|
@ -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…
Reference in a new issue