Enable updates in portable mode. (related to #1885) (#2181)

* Enable updates in portable mode.

* Added update test!

* Enable update test again!

* Triggering CI

* Made this PR mergeable.
This commit is contained in:
jms-c 2021-04-09 00:19:21 +01:00 committed by GitHub
parent 58660c8536
commit 5cb83293bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -491,16 +491,6 @@ namespace Ryujinx.Modules
return false;
}
if (AppDataManager.Mode == AppDataManager.LaunchMode.Portable)
{
if (showWarnings)
{
GtkDialog.CreateWarningDialog("You cannot update a portable version of Ryujinx!", "Please use a non-portable configuration to enable updates.");
}
return false;
}
if (Program.Version.Contains("dirty"))
{
if (showWarnings)