mirror of
https://github.com/lutris/lutris
synced 2024-11-05 18:10:49 +00:00
Add MelonDS runner definition (Closes #2988)
This commit is contained in:
parent
3fa650520f
commit
60b1976145
1 changed files with 16 additions and 0 deletions
16
share/lutris/json/melonds.json
Normal file
16
share/lutris/json/melonds.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue