mirror of https://github.com/mgba-emu/mgba.git
GBA Core: Fix signature
This commit is contained in:
parent
d221f8fd8b
commit
f4bd30339d
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue