Skip to content

Commit

Permalink
ci moment
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Oct 26, 2024
1 parent 033ea86 commit 6be8838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ryujinx/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public static int Main(string[] args)
{
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);
Expand Down

0 comments on commit 6be8838

Please sign in to comment.