1
0
mirror of https://github.com/citra-emu/citra.git synced 2025-04-22 10:40:08 +00:00

Service/CFG: add system model value for New 2DS XL

This commit is contained in:
tgsm 2018-03-06 02:07:59 -05:00
parent 0b27fcfde2
commit 7054b63d4d

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