mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-11 16:37:06 +00:00
Remove some warnings and cleaning code (#1736)
This commit is contained in:
parent
632a84155b
commit
b1877632cf
9 changed files with 74 additions and 71 deletions
|
|
@ -128,7 +128,7 @@ namespace Ryujinx
|
|||
|
||||
if (ConfigurationState.Instance.CheckUpdatesOnStart.Value && Updater.CanUpdate(false))
|
||||
{
|
||||
Updater.BeginParse(mainWindow, false);
|
||||
_ = Updater.BeginParse(mainWindow, false);
|
||||
}
|
||||
|
||||
Application.Run();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue