13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
config BR2_PACKAGE_PCSX
|
|
bool "pcsx"
|
|
depends on BR2_PACKAGE_SDL
|
|
depends on BR2_PACKAGE_LIBPNG
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
pcsx emulator core.
|
|
|
|
https://notaz.gp2x.de/pcsx_rearmed.php
|
|
|
|
comment "PCSX needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|