ソースを参照

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.
jms-c 5 年 前
コミット
5cb83293bc
1 ファイル変更0 行追加10 行削除
  1. 0 10
      Ryujinx/Modules/Updater/Updater.cs

+ 0 - 10
Ryujinx/Modules/Updater/Updater.cs

@@ -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)