mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 04:57:41 -07:00
"Task.Wait()" synchronously blocks, use "await" instead (#6598)
This commit is contained in:
parent
6d28b64312
commit
22c0aa9c90
@ -285,7 +285,7 @@ namespace Ryujinx.Ava.UI.Windows
|
||||
{
|
||||
_deferLoad = false;
|
||||
|
||||
ViewModel.LoadApplication(_launchPath, _startFullscreen).Wait();
|
||||
await ViewModel.LoadApplication(_launchPath, _startFullscreen);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user