all repos — mgba @ 84ad94b85e5c6fc8a0c1cd5c0dfca9809d2aeca7

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