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 to get an .oecoreplugin file? #14

Closed
cedricdelpoux opened this issue Mar 14, 2022 · 2 comments
Closed

How to get an .oecoreplugin file? #14

cedricdelpoux opened this issue Mar 14, 2022 · 2 comments

Comments

@cedricdelpoux
Copy link

Hi, Thank you for making a Duckstation core for OpenEmu.

How to get .oecoreplugin core file to add to OpenEmu?

There is no Readme.
Thank you

@MaddTheSane
Copy link
Owner

Clone OpenEmu.
git clone --recursive https://github.com/OpenEmu/OpenEmu.git
You might want to selectively clone submodules:

git clone https://github.com/OpenEmu/OpenEmu.git
cd OpenEmu
git submodule update --init --recursive OpenEmu-SDK OpenEmuKit

Then clone the DuckStation core inside of the OpenEmu directory.
cd OpenEmu; git clone --recursive https://github.com/MaddTheSane/DuckStation-Core.git

Open OpenEmu.xcworkspace with Xcode.
Open the DuckStation-Core directory.
Drag the DuckStation.xcodeproj file into the Xcode window that represents OpenEmu.xcworkspace. Make sure to not drop it within another Xcode project, but the top level workspace.

Create a new scheme. Under target, select Build & Install DuckStation.
Edit the new scheme: Set the Build Configuration of Run to Release.

This is how I have it set-up.

@cedricdelpoux
Copy link
Author

Thanks, I will try when I will get Xcode

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

2 participants