GBA Core: Fix signature
Vicki Pfau vi@endrift.com
Wed, 22 Mar 2017 15:47:11 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/gba/core.c
→
src/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); }