mirror of https://github.com/mgba-emu/mgba.git
Remove declaration for unimplemented function
This commit is contained in:
parent
f1f55cea47
commit
0584c19229
|
@ -128,7 +128,6 @@ struct GBACartridge {
|
||||||
void GBACreate(struct GBA* gba);
|
void GBACreate(struct GBA* gba);
|
||||||
void GBADestroy(struct GBA* gba);
|
void GBADestroy(struct GBA* gba);
|
||||||
|
|
||||||
void GBABInterruptHandlerInit(struct ARMInterruptHandler* board);
|
|
||||||
void GBAReset(struct ARMCore* cpu);
|
void GBAReset(struct ARMCore* cpu);
|
||||||
|
|
||||||
void GBATimerUpdateRegister(struct GBA* gba, int timer);
|
void GBATimerUpdateRegister(struct GBA* gba, int timer);
|
||||||
|
|
Loading…
Reference in New Issue