소스 검색

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)