diff --git a/constants/const.go b/constants/const.go index ab2904f2..83c1a349 100644 --- a/constants/const.go +++ b/constants/const.go @@ -236,6 +236,7 @@ var TitleTypeMap = map[string]TitleType{ "DSi": NintendoDSi, "DSiWare": NintendoDSiWare, "3DS": NintendoThreeDS, + "New3DS": NintendoThreeDS, "3DSWare": ThreeDSDownload, "VC-GB": ThreeDSDownload, "VC-GBC": ThreeDSDownload,