1
1
mirror of https://git.ryujinx.app/ryubing/ryujinx.git synced 2026-07-13 06:43:36 -05:00

Compare commits

...

1 Commits

Author SHA1 Message Date
GreemDev 37c911b962 Treat Intel Mac builds as dirty builds to disable the updater. 2026-03-14 15:58:51 -05:00
+1 -1
View File
@@ -554,7 +554,7 @@ namespace Ryujinx.Ava.Systems
return false;
}
if (Program.Version.Contains("dirty") || !ReleaseInformation.IsValid)
if (Program.Version.Contains("dirty") || !ReleaseInformation.IsValid || RunningPlatform.IsIntelMac)
{
if (showWarnings)
{