https://github.com/libretro/retroarch-snap
RetroArch snap package
https://github.com/libretro/retroarch-snap
package retroarch snap
Last synced: about 1 year ago
JSON representation
RetroArch snap package
- Host: GitHub
- URL: https://github.com/libretro/retroarch-snap
- Owner: libretro
- Created: 2017-09-25T20:55:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T02:27:07.000Z (about 1 year ago)
- Last Synced: 2025-04-29T02:54:33.997Z (about 1 year ago)
- Topics: package, retroarch, snap
- Language: Shell
- Homepage: https://snapcraft.io/retroarch
- Size: 241 KB
- Stars: 16
- Watchers: 9
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://snapcraft.io/retroarch)
# RetroArch Snap
This project creates a working snap of RetroArch.
## Current state
This package will include assets, database, cheats, joypad autoconfig, info cores, overlay and shaders.
You will need to use the Online Updater to install cores.
## Daemon mode
[snap.retroarch.daemon.service](https://snapcraft.io/docs/services-and-daemons#defining-a-daemon) systemd unit will automatically enabled and started after installation on Ubuntu Core. On other versions of GNU/Linux to activate daemon run as root the following command:
> [!WARNING]
> For most desktop distributions this isn't needed
```shell
snap set ubuntu-frame daemon=true && snap start --enable retroarch.daemon
```