libretro / libretro-super

Super repo for other libretro projects. Fetches, builds and installs.
MIT License
400 stars 279 forks source link

Fix citra and add pcsx2 #1644

Closed Shoegzer closed 2 years ago

Shoegzer commented 2 years ago

Citra no longer compiles using the CMake process that the script previously used, so reverted to the generic Makefile process that's been tested as working.

The pcsx2 core addition has also been tested as working. For some reason the CMake flag -DENABLE_QT=OFF is not used, even though it's listed here, so I've left it in for now since it still compiles with it there and it may be needed in the future.