This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
products:sbc:common:applications:ppsspp [2022/06/29 21:51] 127.0.0.1 external edit |
products:sbc:common:applications:ppsspp [2022/11/27 20:06] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | # PPSSPP | + | ====== |
| + | |||
| + | |||
| + | <WRAP tip > | ||
| + | Only support **Ubuntu 22.04 Gnome Desktop**. | ||
| + | </ | ||
| + | |||
| + | ===== Install PPSSPP Package ===== | ||
| + | |||
| + | |||
| + | ```sh | ||
| + | sudo apt update | ||
| + | sudo apt install libsdl2-2.0-0 | ||
| + | mkdir / | ||
| + | cd / | ||
| + | wget https:// | ||
| + | sudo dpkg -i ppsspp_*.deb | ||
| + | ``` | ||
| + | |||
| + | ===== Launch ===== | ||
| + | |||
| + | |||
| + | Open terminal and execute '' | ||
| + | |||
| + | ```shell | ||
| + | export SDL_VIDEODRIVER=wayland | ||
| + | launch_ppsspp.sh | ||
| + | ``` | ||