From 373a1a5dc04b0ddc1d058d6303ef154dbc1c5246 Mon Sep 17 00:00:00 2001 From: iwubcode Date: Sun, 16 Mar 2025 00:29:05 -0500 Subject: [PATCH] Update min win10 version from 1703/15063 to 1903/18362 Co-authored-by: Shawn Hoffman --- Installer/Installer.nsi | 2 +- Readme.md | 2 +- Source/Core/Common/build_info.txt.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Installer/Installer.nsi b/Installer/Installer.nsi index f52497f8ce..95c8224c86 100644 --- a/Installer/Installer.nsi +++ b/Installer/Installer.nsi @@ -137,7 +137,7 @@ Function .onInit !insertmacro MULTIUSER_INIT ; Keep in sync with build_info.txt - !define MIN_WIN10_VERSION 1703 + !define MIN_WIN10_VERSION 1903 ${IfNot} ${AtLeastwin10} ${OrIfNot} ${AtLeastWaaS} ${MIN_WIN10_VERSION} MessageBox MB_OK "At least Windows 10 version ${MIN_WIN10_VERSION} is required." diff --git a/Readme.md b/Readme.md index f08b0be443..5a4e5363b3 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,7 @@ Please read the [FAQ](https://dolphin-emu.org/docs/faq/) before using Dolphin. ### Desktop * OS - * Windows (10 1703 or higher). + * Windows (10 1903 or higher). * Linux. * macOS (10.15 Catalina or higher). * Unix-like systems other than Linux are not officially supported but might work. diff --git a/Source/Core/Common/build_info.txt.in b/Source/Core/Common/build_info.txt.in index 5d658d95e6..03b52f60f4 100644 --- a/Source/Core/Common/build_info.txt.in +++ b/Source/Core/Common/build_info.txt.in @@ -1,6 +1,6 @@ // Indicate the minimum OS version required for the binary to run properly. // Updater will fail the update if the user does not meet this requirement. -OSMinimumVersionWin10=10.0.15063.0 +OSMinimumVersionWin10=10.0.18362.0 OSMinimumVersionWin11=10.0.22000.0 // This is the runtime which was compiled against - providing a way for Updater to detect if update