Dolphin, the GameCube and Wii emulator - Forums

Full Version: How to Access Dolphin Source Code?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I had a question wondering how I can access the Dolphin Source code and modify the ActionReplay.cpp file. There is a mod to Metroid Prime 1 and 2 I would like to add, and it requires access to said .cpp file. I can find it easily on GitHub, but have no idea how to access it from my end. Thanks.

For info on the mod installation, if it will help, here it is: https://www.reddit.com/r/DolphinEmulator...logy_code/
(10-04-2018, 07:20 AM)Slippy Wrote: [ -> ]Hi, I had a question wondering how I can access the Dolphin Source code and modify the ActionReplay.cpp file.  There is a mod to Metroid Prime 1 and 2 I would like to add, and it requires access to said .cpp file.  I can find it easily on GitHub, but have no idea how to access it from my end.  Thanks.

For info on the mod installation, if it will help, here it is: https://www.reddit.com/r/DolphinEmulator...logy_code/

You don't have the source code any more when you download a normal Dolphin build as it's already been built. To change the source code and see those changes reflected in Dolphin, you'll need to clone the GitHub repo, make the changes, and then rebuild Dolphin yourself.
@DrHouse64: the OP says he can find the source on GitHub just fine.