Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I add this to openEMU? #14

Open
davidawad opened this issue Mar 1, 2024 · 2 comments
Open

How do I add this to openEMU? #14

davidawad opened this issue Mar 1, 2024 · 2 comments

Comments

@davidawad
Copy link

davidawad commented Mar 1, 2024

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.

@davidawad davidawad changed the title How do I add this to openEM How do I add this to openEMU? Mar 1, 2024
@MaddTheSane
Copy link
Member

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

@dvessel
Copy link

dvessel commented Mar 25, 2024

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants