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/09/07 02:19] nick created |
products:sbc:common:applications:ppsspp [2022/11/27 20:06] (current) nick |
||
---|---|---|---|
Line 3: | Line 3: | ||
<WRAP tip > | <WRAP tip > | ||
- | Only support **Ubuntu 22.04**. | + | Only support **Ubuntu 22.04 Gnome Desktop**. |
</ | </ | ||
Line 10: | Line 10: | ||
```sh | ```sh | ||
- | $ sudo apt update | + | sudo apt update |
- | $ sudo apt install libsdl2-2.0-0 | + | sudo apt install libsdl2-2.0-0 |
- | $ mkdir / | + | mkdir / |
- | $ cd / | + | cd / |
- | $ wget XXXXXXXX | + | wget https:// |
- | $ sudo dpkg -i *.deb | + | sudo dpkg -i ppsspp_*.deb |
``` | ``` | ||
Line 23: | Line 23: | ||
Open terminal and execute '' | Open terminal and execute '' | ||
- | ```sh | + | ```shell |
- | $ export SDL_VIDEODRIVER=wayland | + | export SDL_VIDEODRIVER=wayland |
- | $ launch_ppsspp.sh | + | launch_ppsspp.sh |
``` | ``` |