1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-games-wiki/_validation/config.json

10 lines
443 B
JSON

{
"directory": "..",
"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"},
"saves": { "dirname": "savefiles"},
"data": { "filename": "game.dat" }
}