mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-24 23:52:55 +00:00
firmware stage
This commit is contained in:
@@ -149,7 +149,7 @@ namespace Ryujinx.Ava.UI.Windows
|
||||
Task windowTask = ShowAsync(
|
||||
RyujinxSetupWizardWindow.CreateWindow(ViewModel, out BaseSetupWizard wiz),
|
||||
this);
|
||||
_ = wiz.Start().AsTask();
|
||||
_ = wiz.Start();
|
||||
await windowTask;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user