|
|
@@ -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)
|