mirror of https://github.com/mgba-emu/mgba.git
DS: Export DSInputInfo
This commit is contained in:
parent
9bb02cc3da
commit
c18a35b447
|
@ -12,7 +12,7 @@ CXX_GUARD_START
|
|||
|
||||
#include <mgba/core/input.h>
|
||||
|
||||
extern const struct mInputPlatformInfo DSInputInfo;
|
||||
extern MGBA_EXPORT const struct mInputPlatformInfo DSInputInfo;
|
||||
|
||||
enum DSKey {
|
||||
DS_KEY_A = 0,
|
||||
|
|
Loading…
Reference in New Issue