diff --git a/Ryujinx/Modules/Updater/Updater.cs b/Ryujinx/Modules/Updater/Updater.cs index daf5e3a20..c84639cbd 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)