Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "PlayStation Portable"

From AppleGamingWiki, the wiki about gaming on M1 Apple silicon Macs
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:

  1. Visit brew.sh and copy command
  2. Or copy command:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Open Terminal
  4. Paste command and type password
  5. Wait 5 minutes for command prompt to return
  6. 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:

  1. Open Terminal
  2. Paste the code brew install ppsspp
  3. Downloading and installing will take around 5 minutes
  4. user Finder, Go To Folder and navigate to /opt/homebrew/Cellar/ppsspp/(version)
  5. Open PPSSPPSDL
  6. 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