This commit is contained in:
OBattler
2023-08-12 18:48:37 +02:00

View File

@@ -445,7 +445,7 @@ joystick_process(void)
{ {
int d; int d;
if (joystick_type == 7) if (joystick_type == 0)
return; return;
for (int c = 0; c < joystick_get_max_joysticks(joystick_type); c++) { for (int c = 0; c < joystick_get_max_joysticks(joystick_type); c++) {