lutris
lutris copied to clipboard
[Feature Request] add Azahar runner
Currently The only runner of 3DS titles seems to be citra, but it has been discontinued for quite a while, it would be nice if Azahar was added as a runner
currently Lime3DS is archived and published both as an executable and a flatpak, Azahar is yet to be released but supposed to do so soon™
https://github.com/Lime3DS/lime3ds-archive io.github.lime3ds.Lime3DS
https://github.com/azahar-emu/azahar
I have managed to get Lime3DS working by installing it via flatpak and adding the following at /usr/share/lutris/json/lime3ds.json:
{
"human_name": "Lime3DS",
"description": "Nintendo 3DS emulator",
"platforms": ["Nintendo 3DS"],
"require_libs": [],
"runner_executable": "lime3ds/lime3ds",
"flatpak_id": "io.github.lime3ds.Lime3DS",
"runnable_alone": true,
"game_options": [
{
"option": "main_file",
"type": "file",
"label": "ROM file",
"help": "The game data, commonly called a ROM image."
}
],
"system_options_override": [
{
"option": "disable_runtime",
"default": true
}
]
}
In my opinion given that lime3DS is also discontinued and it's relatively easy to get it working manually efforts should be focused on adding support for Azahar once it's released
I will reopen the issue once Azahar is released
Azahar has now been released!
https://github.com/azahar-emu/azahar/releases/tag/2120