Dolphin, the GameCube and Wii emulator - Forums

Full Version: what/where is powerpc.cpp and how do I edit it?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to implement the fix from comment 26 here: https://code.google.com/p/dolphin-emu/is...il?id=4940
It says to uncomment line 296 of PowerPC.cpp. where is this and how can I successfully edit it?
thank you
You do realize that the issue was already fixed? Also the line that the comments talk about seems to be uncommented in the current source, so there should be no need to change anything. Or are you compiling Dolphin with an older source code for whatever reason? In that case the file is located in
"[yoursourcecodefolder]\Source\Core\Core\Src\PowerPC\"
(04-01-2013, 01:40 AM)dEnigma Wrote: [ -> ]You do realize that the issue was already fixed? Also the line that the comments talk about seems to be uncommented in the current source, so there should be no need to change anything. Or are you compiling Dolphin with an older source code for whatever reason? In that case the file is located in
"[yoursourcecodefolder]\Source\Core\Core\Src\PowerPC\"
oh thats cool