mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-24 16:36:26 -05:00
Remove some warnings and cleaning code (#1736)
This commit is contained in:
@@ -128,7 +128,7 @@ namespace Ryujinx
|
||||
|
||||
if (ConfigurationState.Instance.CheckUpdatesOnStart.Value && Updater.CanUpdate(false))
|
||||
{
|
||||
Updater.BeginParse(mainWindow, false);
|
||||
_ = Updater.BeginParse(mainWindow, false);
|
||||
}
|
||||
|
||||
Application.Run();
|
||||
|
Reference in New Issue
Block a user