mirror of https://github.com/mgba-emu/mgba.git
Add missing field for breakpoints
This commit is contained in:
parent
81909bed56
commit
d7ff6aa14b
|
@ -12,6 +12,7 @@ struct ARMDebugger {
|
|||
struct ARMCore* cpu;
|
||||
|
||||
char* lastCommand;
|
||||
struct DebugBreakpoint* breakpoints;
|
||||
};
|
||||
|
||||
void ARMDebuggerInit(struct ARMDebugger*, struct ARMCore*);
|
||||
|
|
Loading…
Reference in New Issue