Dolphin, the GameCube and Wii emulator - Forums

Full Version: How to see in-game memory?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

gingerkid101

How can the in-game memory be viewed?

I.e. how can I see what the memory of a dword at a certain location during runtime? (or not, I just want to view/modify the memory during runtime ideally, but I'll settle for out of game memory too)

I am trying to see what the dword was before the patch was applied, and I can see what they are setting it to in the game-specific patches. Also, once I know how to do this, I can experiment with developing my own patches.
Use the debugger by starting dolphin with the -d parameter. In the debugger, select View > Memory from the menu to see the in-game memory.