Replace a PCSXR Plugin
PCSXR Logo
This tutorial will teach you two ways to replace a bad or missing plugin in the Playstation emulator PCSX-Reloaded (PCSXR).
Quick Links
1. Finder Method
- Open the folders containing PCSXR.app (probably your
/ApplicationsFolder) - Right-click (or Control-click) PCSXR.app and select "Show Package Contents"
- Navigate to Contents -> Plugins
- Drag and drop the plugin you want to use into this Plugins folder
- When prompted whether you want to replace the existing plugin of the same name, click Replace
- That's it!
Here's a video outlining the above steps:
2. Terminal Method
In a nutshell (replace [path to plugin] and [name of plugin] with the appropriate values):
mv [path to plugin] /Applications/PCSXR.app/Contents/Plugins/[name of plugin]
- Open Terminal.app
- Type
mv(note the space) - Drop the plugin file onto the Terminal
- Type the path to PCSXR.app (probably
/Applications/PCSXR.app/) - Add
Contents/Plugins/onto the end of the PCSXR.app path - Press enter
- That's it!