12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
config BR2_PACKAGE_LIBRETRO_PCSX
|
|
bool "libretro-pcsx"
|
|
depends on BR2_PACKAGE_RETROARCH
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
libretro pcsx emulator core.
|
|
|
|
http://www.libretro.com
|
|
|
|
comment "LIBRETRO_PCSX needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|