qt: Fixed 4-axis 4-button joystick under Windows

This commit is contained in:
RichardG867
2023-08-12 13:09:05 -03:00
parent fb6851a865
commit 8585e04be5

View File

@@ -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++) {