Prepared the validation script for Switch games

This commit is contained in:
Hexagon12 2018-05-17 20:05:07 +03:00 committed by GitHub
parent f93153595c
commit bcf66f4845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -1,15 +1,13 @@
{
"directory": "../games",
"regions": ["jpn", "usa", "eur", "aus", "chn", "kor", "twn", "all"],
"gametypes": ["3ds", "vc", "dsi", "eshop"],
"vc_systems": ["nes", "snes", "gb", "gbc", "gba", "gg"],
"gametypes": ["switch", "eshop"],
"permitted_files": ["boxart.png", "icon.png", "game.dat"],
"permitted_files": ["icon.png", "game.dat"],
"permitted_dirs": ["screenshots", "savefiles"],
"boxart": { "filename": "boxart.png", "sizes": [{"width": 328, "height": 300}, {"width": 500, "height": 300}], "type": "image/png"},
"icon": { "filename": "icon.png", "sizes": [{"width": 48, "height": 48}], "type": "image/png"},
"screenshots": { "dirname": "screenshots", "sizes": [{"width": 400, "height": 480}], "type": "image/png"},
"icon": { "filename": "icon.png", "sizes": [{"width": 256, "height": 256}], "type": "image/png"},
"screenshots": { "dirname": "screenshots", "sizes": [{"width": 1280, "height": 720}], "type": "image/png"},
"saves": { "dirname": "savefiles"},
"data": { "filename": "game.dat" }
}