This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
products:sbc:vim3:applications:ppsspp [2022/07/06 10:08] 127.0.0.1 external edit |
products:sbc:vim3:applications:ppsspp [2023/11/03 04:22] (current) nick [Run PPSSPP] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== PPSSPP ====== | + | ====== |
| + | |||
| + | ===== System Configuration ===== | ||
| + | |||
| + | Please make sure you use the latest image, if not please follow [[/ | ||
| + | |||
| + | ===== For Linux with 5.15 kernel ===== | ||
| + | |||
| + | Please check [[products: | ||
| + | |||
| + | ===== For Linux with 4.9 kernel ===== | ||
| + | |||
| + | ==== Install PPSSPP Package ==== | ||
| + | |||
| + | <WRAP important > | ||
| + | As PPSSPP depends on SDL2 Mali Library, so please follow [[/ | ||
| + | </ | ||
| + | |||
| + | ```sh | ||
| + | $ mkdir / | ||
| + | $ cd / | ||
| + | $ wget https:// | ||
| + | $ tar xvzf ppsspp.tgz | ||
| + | $ cd ppsspp | ||
| + | $ sudo dpkg -i *.deb | ||
| + | ``` | ||
| + | ==== Run PPSSPP ==== | ||
| + | |||
| + | Run launch_ppsspp.sh to launch PPSSPP. | ||
| + | |||
| + | ```shell | ||
| + | $ launch_ppsspp.sh | ||
| + | ``` | ||