all repos — mgba @ 6376a1ff7f41da9ddd6bb8bcc2f4925e20aeeb0e

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