all repos — mgba @ a2a3f317b5d393d5f14865b5233aef9adf864787

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