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:36:51 +0100 |
| commit | 788fb20656c8450a3f2da8b3f8b1905242103193 (patch) | |
| tree | ae6e1a2c9e7da0fe72b070d2db580adf26e410af /plugins/dfinput/pad.h | |
| parent | 8349bf45e9b19d83506e1bb52f2053a7976922e5 (diff) | |
WIP TCP/SIOsio
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 { |
