![]() |
|
Issues building test version of Dolphin? - 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: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: Issues building test version of Dolphin? (/Thread-issues-building-test-version-of-dolphin) |
Issues building test version of Dolphin? - Smashbro29 - 07-22-2015 I know the steps but I built: https://github.com/mirrorbender/dolphin and I chose master in Git Extensions but for some reason the title bar still says debug and the performance is still awful any advice? RE: Issues building test version of Dolphin? - OatmealDome - 07-23-2015 (07-22-2015, 10:22 PM)Smashbro29 Wrote: I know the steps but I built: https://github.com/mirrorbender/dolphin and I chose master in Git Extensions but for some reason the title bar still says debug and the performance is still awful any advice? You're building this PR right? I don't think it's supposed to have any speed improvements, only fix how the picture is displayed (aspect ratio, scaling...) RE: Issues building test version of Dolphin? - mimimi - 07-23-2015 You have to choose master or release or something, just not debug, in your development environment. It's under build target or something similar, i can't check right now, wrong computer. RE: Issues building test version of Dolphin? - Smashbro29 - 07-24-2015 It's not that it didn't have better performance, it's that it ran at like 2fps. Choosing Release in visual studio was the solution. Thanks. |