mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Fix stupid potential softlock on control setup with device detection
This commit is contained in:
parent
94c18f535a
commit
87dfa790cb
1 changed files with 0 additions and 1 deletions
|
|
@ -3881,7 +3881,6 @@ static void SetDeviceOnPress(void)
|
||||||
{
|
{
|
||||||
CV_SetValue(&cv_usejoystick[0], i); // Force-set this joystick as the current joystick we're using for P1 (which is the only one controlling menus)
|
CV_SetValue(&cv_usejoystick[0], i); // Force-set this joystick as the current joystick we're using for P1 (which is the only one controlling menus)
|
||||||
CONS_Printf("Using device %d for mappings\n", i);
|
CONS_Printf("Using device %d for mappings\n", i);
|
||||||
M_SetupNextMenu(&OPTIONS_ProfileControlsDef, false); // with that set, send us to the control def
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue