mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Change another unplug message
This commit is contained in:
parent
8a6c05bce7
commit
49165a4bac
@ -3177,7 +3177,8 @@ namespace DS4Windows
|
||||
OutputDevice tempOutDev = control.outputDevices[device];
|
||||
if (tempOutDev != null)
|
||||
{
|
||||
AppLogger.LogToGui("Unplug Controller #" + (device + 1), false);
|
||||
string tempType = tempOutDev.GetDeviceType();
|
||||
AppLogger.LogToGui("Unplug " + tempType + " Controller #" + (device + 1), false);
|
||||
tempOutDev.Disconnect();
|
||||
tempOutDev = null;
|
||||
control.outputDevices[device] = null;
|
||||
|
Loading…
Reference in New Issue
Block a user