diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-16 00:36:51 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-16 00:37:15 +0100 |
| commit | 5a16476cef25775801a828c01baf815514fd7966 (patch) | |
| tree | fbaf3887ac1e85a357afeaf03488f97f67f76a4e /plugins/dfinput/pad.h | |
| parent | 8349bf45e9b19d83506e1bb52f2053a7976922e5 (diff) | |
| download | pcsxr-sio-tcp.tar.gz | |
WIP TCP/SIOsio-tcp
Diffstat (limited to 'plugins/dfinput/pad.h')
| -rw-r--r-- | plugins/dfinput/pad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfinput/pad.h b/plugins/dfinput/pad.h index 3051e6ad..625d4102 100644 --- a/plugins/dfinput/pad.h +++ b/plugins/dfinput/pad.h @@ -151,7 +151,7 @@ typedef struct tagKeyDef { enum { ANALOG_XP = 0, ANALOG_XM, ANALOG_YP, ANALOG_YM }; #if SDL_VERSION_ATLEAST(2,0,0) -SDL_GameControllerButton controllerMap[DKEY_TOTAL]; +extern SDL_GameControllerButton controllerMap[DKEY_TOTAL]; #endif typedef struct tagPadDef { |
