mirror of https://github.com/mgba-emu/mgba.git
GB: Export GBInputInfo
This commit is contained in:
parent
aa8ad7bcf0
commit
78524ee078
|
@ -12,6 +12,8 @@ CXX_GUARD_START
|
||||||
|
|
||||||
#include <mgba/core/input.h>
|
#include <mgba/core/input.h>
|
||||||
|
|
||||||
|
extern MGBA_EXPORT const struct mInputPlatformInfo GBInputInfo;
|
||||||
|
|
||||||
enum GBKey {
|
enum GBKey {
|
||||||
GB_KEY_A = 0,
|
GB_KEY_A = 0,
|
||||||
GB_KEY_B = 1,
|
GB_KEY_B = 1,
|
||||||
|
|
Loading…
Reference in New Issue