ID retroarch_gw
Short Name retroarch_gw
Name retroarch_gw
Type Unknown
Description
Platforms Nintendo Game & Watch
Matches recalbox libretro_gw
retropie lr-gw
emulationstation-de RetroArch (Handheld Electronic (GW))
Author
License
Binary retroarch.exe
Directory RetroArch-Win64
RetroArch
Command Line %BIN% -L %CORE_RETROARCH%\gw_libretro.dll %ROM%
Links
recalbox libretro_gw
{
    "id": "libretro_gw",
    "name": "Libretro Gw",
    "platforms": [
        "gw"
    ],
    "altNames": [
        "gw_libretro",
        "retroarch_gw"
    ]
}
retropie lr-gw
{
    "platforms": [
        "gameandwatch"
    ],
    "id": "lr-gw",
    "desc": "Game and Watch simulator",
    "help": "ROM Extension: .mgw\\n\\nCopy your Game and Watch games to $romdir/gameandwatch",
    "licence": "ZLIB https://raw.githubusercontent.com/libretro/gw-libretro/master/LICENSE",
    "repo": "git https://github.com/libretro/gw-libretro.git master",
    "section": "opt"
}
emulationstation-de RetroArch (Handheld Electronic (GW))
{
    "id": "RetroArch (Handheld Electronic (GW))",
    "name": "RetroArch (Handheld Electronic (GW))",
    "platforms": [
        "gameandwatch"
    ],
    "dir": [
        "RetroArch-Win64",
        "RetroArch"
    ],
    "bin": [
        "retroarch.exe"
    ],
    "cmd": [
        "%BIN% -L %CORE_RETROARCH%\\gw_libretro.dll %ROM%"
    ]
}