USB: Fix missing Train Mascon case warning

This commit is contained in:
TheLastRar
2026-01-11 16:45:05 -05:00
committed by Ty
parent de03d2f672
commit ee15846dd4
+2
View File
@@ -209,6 +209,8 @@ namespace usb_pad
s->power_notches = USB::GetConfigInt(si, s->port, TypeName(), "power_notches", 5);
s->brake_notches = USB::GetConfigInt(si, s->port, TypeName(), "brake_notches", 8);
break;
default:
break;
}
}