mirror of https://github.com/mgba-emu/mgba.git
GBA: Fix GBAInputUnbindKey prototype
This commit is contained in:
parent
22245617f4
commit
1a3425d31d
|
@ -31,7 +31,7 @@ void GBAInputMapDeinit(struct GBAInputMap*);
|
|||
|
||||
enum GBAKey GBAInputMapKey(const struct GBAInputMap*, uint32_t type, int key);
|
||||
void GBAInputBindKey(struct GBAInputMap*, uint32_t type, int key, enum GBAKey input);
|
||||
void GBAInputUnbindKey(struct GBAInputMap*, uint32_t type, int key);
|
||||
void GBAInputUnbindKey(struct GBAInputMap*, uint32_t type, enum GBAKey input);
|
||||
int GBAInputQueryBinding(const struct GBAInputMap*, uint32_t type, enum GBAKey input);
|
||||
|
||||
enum GBAKey GBAInputMapAxis(const struct GBAInputMap*, uint32_t type, int axis, int value);
|
||||
|
|
Loading…
Reference in New Issue