mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
qt: Fixed 4-axis 4-button joystick under Windows
This commit is contained in:
@@ -445,7 +445,7 @@ joystick_process(void)
|
||||
{
|
||||
int d;
|
||||
|
||||
if (joystick_type == 7)
|
||||
if (joystick_type == 0)
|
||||
return;
|
||||
|
||||
for (int c = 0; c < joystick_get_max_joysticks(joystick_type); c++) {
|
||||
|
||||
Reference in New Issue
Block a user