1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-27 10:16:26 -05:00

Remove some warnings and cleaning code (#1736)

This commit is contained in:
Ac_K
2020-11-27 18:57:20 +01:00
committed by GitHub
parent 632a84155b
commit b1877632cf
9 changed files with 74 additions and 71 deletions

View File

@@ -70,7 +70,7 @@ namespace Ryujinx.Ui
SecondaryText.Text = "";
_restartQuery = true;
Updater.UpdateRyujinx(this, _buildUrl);
_ = Updater.UpdateRyujinx(this, _buildUrl);
}
}