1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/retroarch_ynh.git synced 2024-09-03 20:16:12 +02:00
Emulate videogames system and play videogames through your web browser... and more!
Find a file
2021-08-24 21:57:46 +02:00
conf 1.9.8 sha256sum 2021-08-24 21:57:35 +02:00
doc README Generator 2021-07-25 20:21:55 +02:00
scripts fix 2021-06-06 23:28:54 +02:00
sources Initial commit 2020-05-08 20:42:27 +02:00
.gitignore Initial commit 2020-05-08 20:42:27 +02:00
.project Initial commit 2020-05-08 20:42:27 +02:00
check_process Version 1.9.6 2021-07-24 17:47:56 +02:00
LICENSE Initial commit 2020-05-07 14:50:51 +02:00
manifest.json Version 1.9.8 2021-08-23 21:12:15 +02:00
pull_request_template.md Fix linter warnings 2021-05-09 14:04:51 +02:00
README.md Auto-update README 2021-08-23 19:12:18 +00:00
README_fr.md Auto-update README 2021-08-23 19:12:18 +00:00

Retroarch Web Player for YunoHost

Integration level
Install Retroarch Web Player with YunoHost

Lire ce readme en français.

This package allows you to install Retroarch Web Player quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Emulate videogames system and play videogames through your web browser... and more!

Shipped version: 1.9.8

Demo: https://web.libretro.com/

Screenshots

Disclaimers / important information

Use Shared ROMs library

Although you can upload a ROM at runtime, retroarch may have access to the ROMs you already have on your server:

  • Games are located in /opt/yunohost/retroarch/assets/cores. A symbolic link is created to this folder in /home/yunohost.multimedia/share/Games, so that you can place your games from here
  • cores have to be indexed to work : script /opt/yunohost/retroarch/indexer.sh run every 5 minutes to index all games in opt/yunohost/retroarch/assets/cores

Supported architectures

  • x86-64b - Build Status
  • ARMv8-A - Build Status

Limitations

  • cannot save game, in fact, cannot write at all... so configuration is lost each time you start again
  • no user management
  • some core are listed but not implemented : they do not work, the issue is from the upstream app.

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/retroarch_ynh/tree/testing --debug
or
sudo yunohost app upgrade retroarch -u https://github.com/YunoHost-Apps/retroarch_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps