Difference between revisions of "PlayStation Portable"
From AppleGamingWiki, the wiki about gaming on M1 Apple silicon Macs
(Created page with "A build is not available, therefore one must create a build using Homebrew. Install Homebrew: #Visit [https://brew.sh brew.sh] and copy command #Or copy command <code>/bin/ba...") |
|||
Line 3: | Line 3: | ||
Install Homebrew: | Install Homebrew: | ||
#Visit [https://brew.sh brew.sh] and copy command | #Visit [https://brew.sh brew.sh] and copy command | ||
− | #Or copy command < | + | #Or copy command: <pre>/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"</pre> |
#Open Terminal | #Open Terminal | ||
#Paste command and type password | #Paste command and type password | ||
#Wait 5 minutes for command prompt to return | #Wait 5 minutes for command prompt to return | ||
− | #Enter command < | + | #Enter command: |
− | eval "$(/opt/homebrew/bin/brew shellenv)"</ | + | <pre>echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile |
+ | eval "$(/opt/homebrew/bin/brew shellenv)"</pre> | ||
Once Homebrew is installed, <code>brew</code> commands should now work. | Once Homebrew is installed, <code>brew</code> commands should now work. | ||
Line 14: | Line 15: | ||
Install PPSSPP: | Install PPSSPP: | ||
#Open Terminal | #Open Terminal | ||
− | #Paste the code <code>brew install ppsspp<code> | + | #Paste the code <code>brew install ppsspp</code> |
#Downloading and installing will take around 5 minutes | #Downloading and installing will take around 5 minutes | ||
#user Finder, Go To Folder and navigate to <code>/opt/homebrew/Cellar/ppsspp/(version)</code> | #user Finder, Go To Folder and navigate to <code>/opt/homebrew/Cellar/ppsspp/(version)</code> |
Revision as of 11:43, 14 June 2021
A build is not available, therefore one must create a build using Homebrew.
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