Added stubs for simple Steam Controller support
This commit is contained in:
parent
402ec39ea2
commit
1e46b7fc9a
13 changed files with 421 additions and 56 deletions
|
@ -52,6 +52,9 @@ struct joystick_hwdata
|
|||
} abs_correct[ABS_MAX];
|
||||
|
||||
int fresh;
|
||||
|
||||
/* Steam Controller support */
|
||||
SDL_bool m_bSteamController;
|
||||
};
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue