mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-17 00:16:20 +01:00
Minor string change
This commit is contained in:
parent
cba6a09f68
commit
4ec3cd1162
@ -3071,14 +3071,14 @@ namespace DS4Windows
|
|||||||
*/
|
*/
|
||||||
control.x360controls[device].Connect();
|
control.x360controls[device].Connect();
|
||||||
Global.useDInputOnly[device] = false;
|
Global.useDInputOnly[device] = false;
|
||||||
AppLogger.LogToGui("X360 Controller # " + (device + 1) + " connected", false);
|
AppLogger.LogToGui("X360 Controller #" + (device + 1) + " connected", false);
|
||||||
}
|
}
|
||||||
else if (xinputStatus && !xinputPlug)
|
else if (xinputStatus && !xinputPlug)
|
||||||
{
|
{
|
||||||
control.x360controls[device].Disconnect();
|
control.x360controls[device].Disconnect();
|
||||||
control.x360controls[device] = null;
|
control.x360controls[device] = null;
|
||||||
Global.useDInputOnly[device] = true;
|
Global.useDInputOnly[device] = true;
|
||||||
AppLogger.LogToGui("X360 Controller # " + (device + 1) + " unplugged", false);
|
AppLogger.LogToGui("X360 Controller #" + (device + 1) + " unplugged", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
tempDev.setRumble(0, 0);
|
tempDev.setRumble(0, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user