mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 05:08:23 +00:00
Service/CFG: add system model value for New 2DS XL
This commit is contained in:
parent
0b27fcfde2
commit
7054b63d4d
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ enum SystemModel {
|
|||
NINTENDO_3DS_XL = 1,
|
||||
NEW_NINTENDO_3DS = 2,
|
||||
NINTENDO_2DS = 3,
|
||||
NEW_NINTENDO_3DS_XL = 4
|
||||
NEW_NINTENDO_3DS_XL = 4,
|
||||
NEW_NINTENDO_2DS_XL = 5
|
||||
};
|
||||
|
||||
enum SystemLanguage {
|
||||
|
|
Loading…
Reference in a new issue