aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ryujinx/Modules/Updater/Updater.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Ryujinx/Modules/Updater/Updater.cs b/Ryujinx/Modules/Updater/Updater.cs
index daf5e3a2..c84639cb 100644
--- a/Ryujinx/Modules/Updater/Updater.cs
+++ b/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)