From 9bf565e9373f06ea29ab81161c28217ffc716cdd Mon Sep 17 00:00:00 2001 From: Emmet Date: Mon, 30 Mar 2026 21:49:43 -0400 Subject: [PATCH] fix: New Nintendo 3DS titles appearing as null or invalid title types --- constants/const.go | 1 + 1 file changed, 1 insertion(+) 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,