mirror of
https://github.com/lutris/lutris.git
synced 2025-12-24 00:00:29 -05:00
Fix settings for melonDS to work with the AppImage the new download URL will download.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"human_name": "melonDS",
|
||||
"description": "Nintendo DS emulator",
|
||||
"platforms": ["Nintendo DS"],
|
||||
"runner_executable": "melonds/melonDS",
|
||||
"runner_executable": "melonds/melonDS-x86_64.AppImage",
|
||||
"runnable_alone": true,
|
||||
"flatpak_id": "net.kuribo64.melonDS",
|
||||
"download_url": "https://melonds.kuribo64.net/downloads/melonDS-appimage-x86_64.zip",
|
||||
@@ -14,5 +14,11 @@
|
||||
"help": "A DS ROM",
|
||||
"default_path": "game_path"
|
||||
}
|
||||
],
|
||||
"system_options_override": [
|
||||
{
|
||||
"option": "disable_runtime",
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user