Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


Sidebar

products:sbc:vim1s:applications:ppsspp

This is an old revision of the document!


VIM4 PPSSPP

Only supports Ubuntu 22.04 Linux 5.4.

Install PPSSPP Package

$ sudo apt update
$ sudo apt install libsdl2-2.0-0
$ mkdir /tmp/ppsspp
$ cd /tmp/ppsspp
$ wget XXXXXXXX   ## TODO
$ sudo dpkg -i *.deb

Launch

Open terminal and execute launch_ppsspp.sh to launch PPSSPP.

$ export SDL_VIDEODRIVER=wayland
$ launch_ppsspp.sh
Last modified: 2022/07/17 21:31 by 127.0.0.1