Files
Apaczer 59d7586ca6 BOARD: separate miyoo packages + concentrate RetroArch/libretro (#129)
MENU->Target packages ---> Miyoo Packages ---> ...
2024-10-15 20:07:21 +02:00

16 lines
571 B
Plaintext

config BR2_PACKAGE_LIBRETRO_RETROARCH
bool "libretro-retroarch"
depends on BR2_PACKAGE_RETROARCH
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