mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Added null check
This commit is contained in:
parent
40c0a58ab1
commit
9a7e3b6e55
@ -188,7 +188,7 @@ namespace DS4WinWPF
|
|||||||
{
|
{
|
||||||
Dispatcher.Invoke(() =>
|
Dispatcher.Invoke(() =>
|
||||||
{
|
{
|
||||||
rootHub.PrepareAbort();
|
rootHub?.PrepareAbort();
|
||||||
CleanShutdown();
|
CleanShutdown();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user