mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-28 10:36:46 -06:00
This reverts commit ccf96bf5e673456ec80f72725e4c9afa4e4c5a85.
This commit is contained in:
parent
eb8132b627
commit
062ef43eb4
@ -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…
x
Reference in New Issue
Block a user