OpenEmu / PCSX2-Core

OpenEmu Core plugin with PCSX2
10 stars 3 forks source link

How do I add this to openEMU? #14

Open davidawad opened 7 months ago

davidawad commented 7 months ago

There's no documentation on this repository for how to compile or add the core to openEMU.

Happy to write it after I figure it out. I'm on an M1 mac but I got build failures after trying to build the xcodeproject.

MaddTheSane commented 7 months ago

You need to add the Xcode project to the OpenEmu Xcode workspace.

dvessel commented 6 months ago
  1. There’s a script to add the submodule: ./Scripts/clone-cores.sh.
  2. Then run: git submodule update --init —recursive
  3. As mentioned above, add the PCSX2.xcodeproj to the main OpenEmu workspace.
  4. Add the core to a build scheme. Open the scheme editor, hit the add button + at the bottom and select "Build and Install PCSX2”.

Here’s an example I’ve been building from.