Update to v1.16.4
Update to v1.15.3
Update to v1.14.4
Build an AppImage for the PPSSPP emulator
To build:
git clone https://git.sr.ht/~hristoast/ppsspp-appimage
cd ppsspp-appimage
make # Read the Makefile to skip make and properly call docker directly
The version specified in the Dockerfile will be built. An AppImage (build logs) will be placed into a out
directory in the root of this repository.
To get a shell inside the container (useful for developing):
git clone https://git.sr.ht/~hristoast/ppsspp-appimage
cd ppsspp-appimage
make sh # Read the Makefile to skip make and properly call docker directly