![]() |
|
How to Access Dolphin Source Code? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion) +--- Thread: How to Access Dolphin Source Code? (/Thread-how-to-access-dolphin-source-code) |
How to Access Dolphin Source Code? - Slippy - 10-04-2018 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/comments/7fbcsl/classic_fpsstyle_metroid_prime_trilogy_code/ RE: How to Access Dolphin Source Code? - AnyOldName3 - 10-04-2018 (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. 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. RE: How to Access Dolphin Source Code? - DrHouse64 - 10-05-2018 You can find it here https://github.com/dolphin-emu/dolphin RE: How to Access Dolphin Source Code? - AnyOldName3 - 10-05-2018 @DrHouse64: the OP says he can find the source on GitHub just fine. |