16 lines
730 B
JSON
16 lines
730 B
JSON
{
|
|
"directory": "../games",
|
|
"regions": ["jpn", "usa", "eur", "aus", "chn", "kor", "twn", "all"],
|
|
"gametypes": ["vc", "dsi", "eshop"],
|
|
"vc_systems": ["nes", "snes", "gb", "gbc", "gba", "gg"],
|
|
|
|
"permitted_files": ["boxart.png", "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"},
|
|
"saves": { "dirname": "savefiles"},
|
|
"data": { "filename": "game.dat" }
|
|
}
|