Add MelonDS runner definition (Closes #2988)

This commit is contained in:
Mathieu Comandon 2020-07-13 19:02:29 -07:00
parent 3fa650520f
commit 60b1976145

View file

@ -0,0 +1,16 @@
{
"human_name": "melonDS",
"description": "Nintendo DS emulator",
"platforms": ["Nintendo DS"],
"runner_executable": "melonDS/melonDS",
"download_url": "http://melonds.kuribo64.net/downloads/melonDS_0.8.3_linux64.7z",
"game_options": [
{
"option": "main_file",
"type": "file",
"label": "ROM file",
"help": "A DS ROM",
"default_path": "game_path"
}
]
}