From 5a5d4cad476efc3ea3a85a1010f097019b1831eb Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 20 Oct 2018 08:44:32 +0200 Subject: [PATCH] Update the Windows SDK version in the Readme file This was missed in PR 7506. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8d4a25a3ee..26b5a7335e 100644 --- a/Readme.md +++ b/Readme.md @@ -41,7 +41,7 @@ Dolphin can only be installed on devices that satisfy the above requirements. At Use the solution file `Source/dolphin-emu.sln` to build Dolphin on Windows. Visual Studio 2017 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 10 SDK 10.0.15063.0 must be installed when building. +recommended to be used. Git and Windows 10 SDK 10.0.17134.0 must be installed when building. The "Release" solution configuration includes performance optimizations for the best user experience but complicates debugging Dolphin. The "Debug" solution configuration is significantly slower, more verbose and less permissive but makes debugging Dolphin easier.