This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:common:applications:ppsspp [2022/07/06 23:48] frank removed |
products:sbc:common:applications:ppsspp [2022/11/27 20:06] (current) nick |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | # PPSSPP | + | ====== |
- | ===== Introduction ===== | ||
- | ===== System Configuration ===== | + | <WRAP tip > |
+ | Only support **Ubuntu 22.04 Gnome Desktop**. | ||
+ | </ | ||
- | Please make sure you use the latest image, if not please follow [[/ | + | ===== Install PPSSPP Package ===== |
- | Install PPSSPP package | ||
- | |||
- | <WRAP important > | ||
- | As PPSSPP depends on SDL2 Mali Library, so please follow [[/ | ||
- | </ | ||
```sh | ```sh | ||
- | $ mkdir / | + | sudo apt update |
- | $ cd / | + | sudo apt install libsdl2-2.0-0 |
- | $ wget https:// | + | mkdir / |
- | $ tar xvzf ppsspp.tgz | + | cd / |
- | $ cd ppsspp | + | wget https:// |
- | $ sudo dpkg -i *.deb | + | sudo dpkg -i ppsspp_*.deb |
``` | ``` | ||
- | ===== Run PPSSPP ===== | ||
- | Run launch_ppsspp.sh to launch PPSSPP. | + | ===== Launch ===== |
- | ```sh | + | |
- | $ launch_ppsspp.sh | + | Open terminal and execute '' |
+ | |||
+ | ```shell | ||
+ | export SDL_VIDEODRIVER=wayland | ||
+ | launch_ppsspp.sh | ||
``` | ``` | ||
- |