all repos — mgba @ f4bd30339da2d94387eccd44ee82753cb1abaa75

mGBA Game Boy Advance Emulator

GBA Core: Fix signature
Vicki Pfau vi@endrift.com
Wed, 22 Mar 2017 15:47:11 -0700
commit

f4bd30339da2d94387eccd44ee82753cb1abaa75

parent

d221f8fd8b3a49982211c05a01bd0f006b56d167

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

jump to
M src/gba/core.csrc/gba/core.c

@@ -396,7 +396,7 @@ UNUSED(x);

UNUSED(y); } -static void _GBACoreSetCursorDown(struct mCore* core, int x, int y, bool down) { +static void _GBACoreSetCursorDown(struct mCore* core, bool down) { UNUSED(core); UNUSED(down); }