Retropie plugin to install and update the PCSX2 emulator with the new Qt interface using the AppImage version, which requires no compilation, nor additional PPAs.
This will add an entry on Retropie-Setup named pcsx2-appImage
.
Available only on X86
(aka PC) platform.
Check if you have PS2 already listed in file ~/RetroPie-Setup/platforms.cfg
.
If not, create (or edit) file /opt/retropie/configs/all/platforms.cfg
and add:
ps2_exts=".iso .img .bin .mdf .z .z2 .bz2 .dump .cso .chd .ima .gz"
ps2_fullname="PlayStation 2"
Install the pcsx2-qt
pluging running in a terminal:
wget https://raw.githubusercontent.com/raelgc/retropie_pcsx2-appImage/master/pcsx2-appImage.sh -O ~/RetroPie-Setup/scriptmodules/emulators/pcsx2-appImage.sh
Now you can run RetroPie Setup script and rpcs2-appImage
will available under exp
(experimental) packages section.
Check PCXS2 Basic Setup Guide.