From 9750307493fa006d44b523eb1d317e32086a0d75 Mon Sep 17 00:00:00 2001 From: Schplee Date: Wed, 9 Aug 2017 14:43:49 -0700 Subject: [PATCH] added "3ds" option to game_type --- validation/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation/config.json b/validation/config.json index 55d4a1e..1673acd 100644 --- a/validation/config.json +++ b/validation/config.json @@ -1,7 +1,7 @@ { "directory": "../games", "regions": ["jpn", "usa", "eur", "aus", "chn", "kor", "twn", "all"], - "gametypes": ["vc", "dsi", "eshop"], + "gametypes": ["3ds", "vc", "dsi", "eshop"], "vc_systems": ["nes", "snes", "gb", "gbc", "gba", "gg"], "permitted_files": ["boxart.png", "icon.png", "game.dat"],