1
0
Fork 0

Merge pull request #3480 from tgsm/cfg-sysmodelvalue

Service/CFG: add system model value for New 2DS XL
This commit is contained in:
Weiyi Wang 2018-03-06 10:37:49 +02:00 committed by GitHub
commit dad112bef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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