firmware stage

This commit is contained in:
GreemDev 2025-11-21 03:36:10 -06:00
parent a92c558275
commit e9e55e6fc7
14 changed files with 355 additions and 54 deletions

View file

@ -9,7 +9,7 @@ namespace Ryujinx.Ava.Systems.SetupWizard
/// <summary>
/// Define the logic and flow of this <see cref="BaseSetupWizard"/>.
/// </summary>
public abstract ValueTask Start();
public abstract Task Start();
protected ValueTask<bool> FirstPage()
{