mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Remove some warnings and cleaning code (#1736)
This commit is contained in:
parent
f67ba78e1b
commit
c1c12a9b4a
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