Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:applications:ppsspp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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+====== PPSSPP ======
  
-===== Introduction ===== 
  
-===== System Configuration =====+<WRAP tip > 
 +Only support **Ubuntu 22.04 Gnome Desktop**. 
 +</WRAP>
  
-Please make sure you use the latest image, if not please follow [[/products/sbc/common/configurations/upgrade-system|Upgrade The System]] to upgrade your system.+===== Install PPSSPP Package =====
  
-Install PPSSPP package 
- 
-<WRAP important > 
-As PPSSPP depends on SDL2 Mali Library, so please follow [[/products/sbc/common/applications/ppsspp|SDL2 Mali Library Installation]] to install SDL2 Mali Library before install PPSSPP. 
-</WRAP> 
  
 ```sh ```sh
-mkdir /tmp/ppsspp +sudo apt update 
-cd /tmp/ppsspp +sudo apt install libsdl2-2.0-0 
-wget https://dl.khadas.com/repos/debs/vim3/focal/ppsspp/ppsspp.tgz +mkdir /tmp/ppsspp 
-$ tar xvzf ppsspp.tgz +cd /tmp/ppsspp 
-$ cd ppsspp +wget https://dl.khadas.com/repos/debs/vim4/jammy/ppsspp/ppsspp_1.12.3-1138-g36bc7a3e6~jammy_arm64.deb 
-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 ''launch_ppsspp.sh'' to launch PPSSPP. 
 + 
 +```shell 
 +export SDL_VIDEODRIVER=wayland 
 +launch_ppsspp.sh
 ``` ```
- 
Last modified: 2022/07/06 23:48 by frank