mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-14 19:36:59 +00:00
Merge branch 'begone/osx-x64-part-1' into 'master'
Draft: Intel Mac Deprecation Part 1: Treat Intel Mac builds as dirty builds to disable the updater. See merge request [ryubing/ryujinx!222](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/222)
This commit is contained in:
commit
4bea62e11b
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ namespace Ryujinx.Ava.Systems
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Program.Version.Contains("dirty") || !ReleaseInformation.IsValid)
|
if (Program.Version.Contains("dirty") || !ReleaseInformation.IsValid || RunningPlatform.IsIntelMac)
|
||||||
{
|
{
|
||||||
if (showWarnings)
|
if (showWarnings)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue