Fix unsupported OS message stating Windows 8 to be supported

This commit is contained in:
Salman Ahmed 2022-07-12 18:29:17 +03:00
parent 6cf94b7ead
commit c046585842
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public static void Main(string[] args)
{
SDL.SDL_ShowSimpleMessageBox(SDL.SDL_MessageBoxFlags.SDL_MESSAGEBOX_ERROR,
"Your operating system is too old to run osu!",
"This version of osu! requires at least Windows 8 to run.\nPlease upgrade your operating system or consider using an older version of osu!.", IntPtr.Zero);
"This version of osu! requires at least Windows 8.1 to run.\nPlease upgrade your operating system or consider using an older version of osu!.", IntPtr.Zero);
return;
}