mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 07:36:59 +00:00
Treat Intel Macs as a dirty build, as they will no longer have updates delivered via the update server.
This commit is contained in:
parent
6c7dc7646b
commit
65a7b1551b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue