From 899be2efe854d20cbe6c50354dd0ed011ca3ae3c Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 17 May 2022 02:42:02 -0700 Subject: [PATCH 1/2] readme: make VS min version match the source --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 80f0f1424f..d802dc9b4a 100644 --- a/Readme.md +++ b/Readme.md @@ -39,7 +39,7 @@ Dolphin can only be installed on devices that satisfy the above requirements. At ## Building for Windows Use the solution file `Source/dolphin-emu.sln` to build Dolphin on Windows. -Visual Studio 2022 17.0 or later is a hard requirement. Other compilers might be +Visual Studio 2022 17.2 or later is a hard requirement. Other compilers might be able to build Dolphin on Windows but have not been tested and are not recommended to be used. Git and Windows 11 SDK must be installed when building. From a55192c020aa746d5fd2dfb87fc6582b2ec714dd Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 17 May 2022 02:42:31 -0700 Subject: [PATCH 2/2] readme: increment min windows version to 10 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d802dc9b4a..d0a4bdc724 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 (7 SP1 or higher). + * Windows (10 or higher). * Linux. * macOS (10.13 High Sierra or higher). * Unix-like systems other than Linux are not officially supported but might work.