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