From 54c6d740a00231ddcb74b8eff42f25c02975b179 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 8 Jun 2017 12:18:20 +1000 Subject: [PATCH] Add 'ALL' region --- _validation/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_validation/config.json b/_validation/config.json index abbd254..f4de9cf 100644 --- a/_validation/config.json +++ b/_validation/config.json @@ -1,6 +1,6 @@ { "directory": "..", - "regions": ["JPN", "USA", "EUR", "AUS", "CHN", "KOR", "TWN"], + "regions": ["JPN", "USA", "EUR", "AUS", "CHN", "KOR", "TWN", "ALL"], "boxart": { "filename": "boxart.png", "width": 328, "height": 300, "type": "image/png"}, "icon": { "filename": "icon.png", "width": 48, "height": 48, "type": "image/png"}, "screenshots": { "dirname": "screenshots", "width": 400, "height": 480, "type": "image/png"},