mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 12:45:40 +00:00
Add 0x0 errorcode
This commit is contained in:
parent
2a6b9f24e5
commit
19a0bffbc0
|
@ -704,6 +704,10 @@ switch_known_errcodes = {
|
|||
# By Friedkeenan
|
||||
|
||||
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 = {
|
||||
|
@ -733,7 +737,7 @@ switch_known_errcode_ranges = {
|
|||
[6400, 6499, "Error: Permission denied."],
|
||||
],
|
||||
|
||||
#NIFM Support Page Links
|
||||
# NIFM Support Page Links
|
||||
110: [
|
||||
[2900, 2999, "https://en-americas-support.nintendo.com/app/answers/detail/a_id/22277/p/897"],
|
||||
[2000, 2899, "https://en-americas-support.nintendo.com/app/answers/detail/a_id/22263/p/897"],
|
||||
|
@ -743,15 +747,15 @@ switch_known_errcode_ranges = {
|
|||
# Game Erros - Strings because Nintendo decided that it would be useless to put them into normal ints ;^)
|
||||
# Attention: These need to be formatted -> <errcode>: "<game>: <description>" - Also Nintendo support codes
|
||||
switch_game_err = {
|
||||
#Splatoon 2
|
||||
# Splatoon 2
|
||||
"2-AAB6A-3400": "Splatoon 2: A kick from online due to exefs edits.",
|
||||
|
||||
#Youtube
|
||||
# Youtube
|
||||
"2-ARVHA-0000": "Youtube: Unknown Error",
|
||||
}
|
||||
|
||||
switch_support_page = {
|
||||
#Nintendo Support Page
|
||||
# Nintendo Support Page
|
||||
"2005-0003": "This error code may indicate an issue related to the microSD card being used. (https://en-americas-support.nintendo.com/app/answers/detail/a_id/22393/p/897)",
|
||||
"2110-1100": "This error code typically indicates that the Nintendo Switch console was unable to detect a network which matches any of the saved networks within the Internet settings. (https://en-americas-support.nintendo.com/app/answers/detail/a_id/22780/p/897)",
|
||||
"2618-0516": "This error code generally indicates that your network is not optimal for peer to peer connections, likely due to your network's NAT type. (https://en-americas-support.nintendo.com/app/answers/detail/a_id/25855/p/897)",
|
||||
|
|
Loading…
Reference in a new issue