An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Retroarch Snap](https://snapcraft.io/retroarch/badge.svg)](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
```