Reworking of joystick support :
- Joystick type now selectable - Added emulation of standard joysticks with up to 8 buttons - Added emulation of Microsoft Sidewinder pads - Host->emulated joystick button & axis mapping now configurable (only on Windows atm) - Gameport registers now take 1us to access - helps Sidewinder drivers
This commit is contained in:
parent
9021d9f2c2
commit
7980438e1f
17 changed files with 543 additions and 100 deletions
|
|
@ -5,9 +5,11 @@
|
|||
#define put_backslash allegro_put_backslash
|
||||
#define get_extension allegro_get_extension
|
||||
#define GFX_VGA allegro_GFX_VGA
|
||||
#define MAX_JOYSTICKS allegro_MAX_JOYSTICKS
|
||||
|
||||
#include <allegro.h>
|
||||
|
||||
#undef MAX_JOYSTICKS
|
||||
#undef GFX_VGA
|
||||
#undef getr8
|
||||
#undef setr8
|
||||
|
|
|
|||
Loading…
Reference in a new issue