From 6be88380433e04ea8898645ffc0111e1a31eafb1 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Sat, 26 Oct 2024 09:00:35 -0500 Subject: [PATCH] ci moment --- src/Ryujinx/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Ryujinx/Program.cs b/src/Ryujinx/Program.cs index 1f016052a..5087d5d82 100644 --- a/src/Ryujinx/Program.cs +++ b/src/Ryujinx/Program.cs @@ -47,6 +47,7 @@ namespace Ryujinx.Ava { Version = ReleaseInformation.Version; + if (OperatingSystem.IsWindows() && !OperatingSystem.IsWindowsVersionAtLeast(10, 0, 17134)) { _ = MessageBoxA(nint.Zero, "You are running an outdated version of Windows.\n\nRyujinx supports Windows 10 version 1803 and newer.\n", $"Ryujinx {Version}", MbIconwarning);