Files
buildroot/package/retroarch/Config.in
T
tiopex b7a8ba56ec [PACKAGE/BOARD] Add Retroarch v1.16.0.3 (#50)
* Add retroarch package

* libretro cores as separate packages

* Add libretro-super package

* Add core resources, move retroarch bin to /mnt/emus/retroarch dir

* add NxEngine assets + correct indendt

* [BOARD] add cores appLinks

* [GENIMAGE] test -d before running cp to not stderr

* [BOARD] add "cores" section in gmenu2x with all appLinks

* add PRBOOM data *.wad file

* [GENIMAGE] generate cores' script links in genimage.sh

* Add scummvm core & downgrade

* [GENIMAGE] don't run cores in verbose

* resort `core links` and update their icons

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
2023-11-16 20:17:18 +01:00

14 lines
546 B
Plaintext

config BR2_PACKAGE_RETROARCH
bool "retroarch"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_LIBRETRO_DATABASE
select BR2_PACKAGE_LIBRETRO_ASSETS
help
RetroArch is the reference frontend for the libretro API.
Popular examples of implementations for this API includes
video game system emulators and game engines as well as
more generalized 3D programs. These programs are
instantiated as dynamic libraries.
We refer to these as "libretro cores".
https://github.com/libretro/RetroArch