Dolphin, the GameCube and Wii emulator - Forums

Full Version: Dolphin - Debugging Effects
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I am a little stumped about how to use dolphins debugger.

I am trying to set a break point on the heat wave effect, but I'm not quite sure how to find it.
I have managed to find the memory address that modifies the effect somewhat. I can now detach it from the camera.

[Image: 2crlx0m.gif] [Image: j7yfbp.gif]


I did find the article on google code that briefly described the debugger. I read it could be handy to insert panic alerts before your breakpoints so you can enable JIT around the right frame, but I'm not quite sure how to do that either.

My goal is to locate the OP codes that control these "boxes" speed, rotation, location, and size.