Difference between revisions of "PlayStation Portable"
Line 20: | Line 20: | ||
#Open PPSSPPSDL | #Open PPSSPPSDL | ||
#Optionally copy this to Applications folder | #Optionally copy this to Applications folder | ||
+ | |||
+ | |||
+ | Alternative Easy way. | ||
+ | |||
+ | Wafeeqrox | ||
+ | 0 seconds ago | ||
+ | instead of all the work, you can open the "damaged" official build of the ppsspp by following these steps. | ||
+ | |||
+ | |||
+ | - download the original build from the git hub (https://github.com/hrydgard/ppsspp/releases/tag/v1.12.3) | ||
+ | |||
+ | - extract it | ||
+ | |||
+ | - open terminal | ||
+ | |||
+ | - copy paste this xattr -cr | ||
+ | |||
+ | -move the ppsspp application into the terminal and click enter | ||
+ | |||
+ | - now just click on the ppsspp application to open it. | ||
+ | |||
+ | for more info check - https://www.youtube.com/watch?v=R1blDsAvTnw&ab_channel=TommyDoan | ||
+ | |||
[[Category:Emulators]] | [[Category:Emulators]] |
Revision as of 15:47, 17 November 2021
A build is not available, therefore one must create a build using Homebrew. This build is a fully Apple Silicon native ARM application.
Install Homebrew:
- Visit brew.sh and copy command
- Or copy command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Open Terminal
- Paste command and type password
- Wait 5 minutes for command prompt to return
- Enter command:
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)"
Once Homebrew is installed, brew
commands should now work.
Install PPSSPP:
- Open Terminal
- Paste the code
brew install ppsspp
- Downloading and installing will take around 5 minutes
- user Finder, Go To Folder and navigate to
/opt/homebrew/Cellar/ppsspp/(version)
- Open PPSSPPSDL
- Optionally copy this to Applications folder
Alternative Easy way.
Wafeeqrox 0 seconds ago instead of all the work, you can open the "damaged" official build of the ppsspp by following these steps.
- download the original build from the git hub (https://github.com/hrydgard/ppsspp/releases/tag/v1.12.3)
- extract it
- open terminal
- copy paste this xattr -cr
-move the ppsspp application into the terminal and click enter
- now just click on the ppsspp application to open it.
for more info check - https://www.youtube.com/watch?v=R1blDsAvTnw&ab_channel=TommyDoan