GBA Core: Fix signature

This commit is contained in:
Vicki Pfau 2017-03-22 15:47:11 -07:00
parent d221f8fd8b
commit f4bd30339d
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ static void _GBACoreSetCursorLocation(struct mCore* core, int x, int y) {
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);
}