lutris icon indicating copy to clipboard operation
lutris copied to clipboard

[Feature Request] add Azahar runner

Open TheRedCyclops opened this issue 10 months ago • 5 comments

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

TheRedCyclops avatar Jan 13 '25 13:01 TheRedCyclops

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

TheRedCyclops avatar Jan 13 '25 13:01 TheRedCyclops

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

TheRedCyclops avatar Jan 13 '25 22:01 TheRedCyclops

I will reopen the issue once Azahar is released

TheRedCyclops avatar Jan 13 '25 22:01 TheRedCyclops

Azahar has now been released!

TheRedCyclops avatar Mar 21 '25 23:03 TheRedCyclops

https://github.com/azahar-emu/azahar/releases/tag/2120

TheRedCyclops avatar Mar 21 '25 23:03 TheRedCyclops