mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Fix the default joystick type
This commit is contained in:
@@ -59,7 +59,7 @@ typedef struct _joystick_instance_ {
|
||||
} joystick_instance_t;
|
||||
|
||||
|
||||
int joystick_type = 1;
|
||||
int joystick_type = 0;
|
||||
|
||||
|
||||
static const joystick_if_t joystick_none = {
|
||||
|
||||
Reference in New Issue
Block a user