BOARD: separate miyoo packages + concentrate RetroArch/libretro (#129)

MENU->Target packages ---> Miyoo Packages ---> ...
This commit is contained in:
Apaczer
2024-10-15 20:07:21 +02:00
committed by GitHub
parent 81270d9968
commit 59d7586ca6
217 changed files with 328 additions and 298 deletions

View File

@@ -0,0 +1,15 @@
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