all repos — mgba @ c77ed8c11e03a2bb22bfb8111ac2d4fb8698d786

mGBA Game Boy Advance Emulator

src/debugger/memory-debugger.h (view raw)

 1#ifndef MEMORY_DEBUGGER_H
 2#define MEMORY_DEBUGGER_H
 3
 4#include "arm.h"
 5
 6struct ARMDebugger;
 7
 8void ARMDebuggerInstallMemoryShim(struct ARMDebugger* debugger);
 9
10#endif