Building PCSX
PCSX is a free console emulator that allows software that's designed to be used with PlayStation to be used with personal computers and a signal board computer such as Banana Pro.
We can build a PCSX standalone or the libretro version that acts as a RetroArch core. Still, I recommend that you use the standalone version as it performs better than the libretro version.
Installing dependent packages
Just like building RetroArch, we also need to install the sdl
relevant developing libraries in order to get audio to work:
sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev
Installing PCSX
PCSX ReARMed is yet another PCSX fork that's based on the PCSX-Reloaded project that itself contains code from PCSX, PCSX-df, and PCSX-Revolution. This version is ARM architecture-oriented and features the MIPS->ARM recompiler by Ari64, NEON GTE code, and more performance improvements. So, we will use the PCSX ReARMed version as the PCSX emulator.
Downloading PCSX ReARMed
Download the...