GB: Export GBInputInfo

This commit is contained in:
Vicki Pfau 2020-07-18 00:32:18 -07:00
parent aa8ad7bcf0
commit 78524ee078
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ CXX_GUARD_START
#include <mgba/core/input.h>
extern MGBA_EXPORT const struct mInputPlatformInfo GBInputInfo;
enum GBKey {
GB_KEY_A = 0,
GB_KEY_B = 1,