mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
PACKAGE/DEFCONFIG: create&add libretro-fake08 (#155)
* PACKAGE: add & create `libretro-fake08` pkg * PACKAGE: optimize `libretro-fake08` on uClibc (patch) - disable audio by default here
This commit is contained in:
11
package/miyoo/retroarch/libretro-fake08/Config.in
Normal file
11
package/miyoo/retroarch/libretro-fake08/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user