ID flycast-dojo
Short Name flycast-dojo
Name flycast-dojo
Type Unknown
Description Flycast Dojo is a fork of Flycast, a multi-platform Sega Dreamcast, Naomi and Atomiswave emulator derived from Reicast, with a focus on netplay features and replay. We intend to keep Flycast Dojo updated with the latest downstream changes made to the parent project. Flycast is a multi-platform Sega Dreamcast, Naomi and Atomiswave emulator derived from reicast.
Platforms Sega Dreamcast
Sega Naomi
Sammy Atomiswave
Matches scoop-emulators flycast-dojo
Author
License GPL-2.0
Binary flycast.exe
Directory
Command Line
Links home - http://flycast.dojo.ooo/
Downloads
Version Download ChangeLog OS OS Version Bits Date Bin
0.5.6 Download ChangeLog Windows 64 2022-11-04
scoop-emulators flycast-dojo
{
    "version": "0.5.6",
    "description": "Flycast Dojo is a fork of Flycast, a multi-platform Sega Dreamcast, Naomi and Atomiswave emulator derived from Reicast, with a focus on netplay features and replay. We intend to keep Flycast Dojo updated with the latest downstream changes made to the parent project. Flycast is a multi-platform Sega Dreamcast, Naomi and Atomiswave emulator derived from reicast.",
    "homepage": "http://flycast.dojo.ooo/",
    "license": "GPL-2.0",
    "url": "https://github.com/blueminder/flycast-dojo/releases/download/dojo-0.5.6/flycast-dojo-0.5.6.zip",
    "hash": "1a3f8106c00558adbe577cf0067dad2c11e5efc8c80e81679bf2dac781e5d142",
    "pre_install": "if (!(Test-Path \"$persist_dir\\emu.cfg\")) { New-Item -ItemType File \"$dir\\emu.cfg\" | Out-Null }",
    "bin": "flycast.exe",
    "shortcuts": [
        [
            "flycast.exe",
            "Flycast Dojo"
        ]
    ],
    "persist": [
        "emu.cfg",
        "data",
        "mappings"
    ],
    "checkver": {
        "url": "https://api.github.com/repos/blueminder/flycast-dojo/releases",
        "jsonpath": "$.[0].tag_name",
        "regex": "dojo-([\\d\\.]+)"
    },
    "autoupdate": {
        "url": "https://github.com/blueminder/flycast-dojo/releases/download/dojo-$version/flycast-dojo-$version.zip"
    }
}