mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
* PACKAGE: add & create `libretro-fake08` pkg * PACKAGE: optimize `libretro-fake08` on uClibc (patch) - disable audio by default here
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
config BR2_PACKAGE_LIBRETRO_FAKE08
|
|
bool "libretro-fake08"
|
|
depends on BR2_PACKAGE_RETROARCH
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
A libretro PICO-8 emulator core.
|
|
|
|
https://github.com/jtothebell/fake-08
|
|
|
|
comment "LIBRETRO_FAKE08 needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|