all repos — mgba @ 709434ce9f3bc2830a86de03d493bd4030955d57

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