mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
16 lines
571 B
Plaintext
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
|
|
|