Emulation Station Desktop Edition #

A graphical front-end for managing and launching game emulators. It offers an intuitive interface for organizing and playing retro games from various consoles.
A graphical front-end for managing and launching game emulators. It offers an intuitive interface for organizing and playing retro games from various consoles.
This is the default configuration block that will be used in Wolf, you can override it by editing the
config.toml
.
[[apps]]
title = "EmulationStation"
icon_png_path = "https://games-on-whales.github.io/wildlife/apps/es-de/assets/icon.png"
[apps.runner]
type = "docker"
name = "WolfES-DE"
image = "ghcr.io/games-on-whales/es-de:edge"
mounts = []
env = ["RUN_SWAY=1", "MOZ_ENABLE_WAYLAND=1", "GOW_REQUIRED_DEVICES=/dev/input/* /dev/dri/* /dev/nvidia*", ]
devices = []
ports = []
base_create_json = """
{
"HostConfig": {
"IpcMode": "host",
"Privileged": false,
"CapAdd": ["NET_RAW", "MKNOD", "NET_ADMIN"],
"DeviceCgroupRules": ["c 13:* rmw", "c 244:* rmw"]
}
}
\
"""