mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-25 09:59:12 +01:00
Revert "Wait for async task to complete (#7122)" (#7318)
Some checks failed
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
Some checks failed
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
This reverts commit ccf96bf5e6
.
This commit is contained in:
parent
eb8132b627
commit
062ef43eb4
1 changed files with 3 additions and 1 deletions
|
@ -482,7 +482,9 @@ namespace Ryujinx.Ava.UI.Windows
|
|||
LoadApplications();
|
||||
}
|
||||
|
||||
CheckLaunchState().Wait();
|
||||
#pragma warning disable CS4014 // Because this call is not awaited, execution of the current method continues before the call is completed
|
||||
CheckLaunchState();
|
||||
#pragma warning restore CS4014 // Because this call is not awaited, execution of the current method continues before the call is completed
|
||||
}
|
||||
|
||||
private void SetMainContent(Control content = null)
|
||||
|
|
Loading…
Reference in a new issue