This shows you the differences between two versions of the page.
|
products:sbc:edge2:applications:ppsspp [2022/09/07 02:16] nick created |
products:sbc:edge2:applications:ppsspp [2022/09/07 02:20] (current) nick |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| - | <WRAP tip > | + | {{page>products/sbc/common/applications/ppsspp& |
| - | Only support **Ubuntu 22.04 Linux 5.10**. | + | |
| - | </WRAP> | + | |
| - | + | ||
| - | ===== Install PPSSPP Package ===== | + | |
| - | + | ||
| - | + | ||
| - | ```sh | + | |
| - | $ sudo apt update | + | |
| - | $ sudo apt install libsdl2-2.0-0 | + | |
| - | $ mkdir /tmp/ | + | |
| - | $ cd /tmp/ppsspp | + | |
| - | $ wget XXXXXXXX | + | |
| - | $ sudo dpkg -i *.deb | + | |
| - | ``` | + | |
| - | + | ||
| - | ===== Launch ===== | + | |
| - | + | ||
| - | + | ||
| - | Open terminal and execute '' | + | |
| - | + | ||
| - | ```sh | + | |
| - | $ export SDL_VIDEODRIVER=wayland | + | |
| - | $ launch_ppsspp.sh | + | |
| - | ``` | + | |