all repos — mgba @ 0584c19229d9db6347422bdc55af3262de296e0a

mGBA Game Boy Advance Emulator

Remove declaration for unimplemented function
Jeffrey Pfau jeffrey@endrift.com
Wed, 16 Jul 2014 02:09:19 -0700
commit

0584c19229d9db6347422bdc55af3262de296e0a

parent

f1f55cea475b2e75c188d657bfb846f8ddf7fc5b

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/gba/gba.hsrc/gba/gba.h

@@ -128,7 +128,6 @@

void GBACreate(struct GBA* gba); void GBADestroy(struct GBA* gba); -void GBABInterruptHandlerInit(struct ARMInterruptHandler* board); void GBAReset(struct ARMCore* cpu); void GBATimerUpdateRegister(struct GBA* gba, int timer);