Merge pull request #7507 from JosJuice/readme-windows-sdk

Update the Windows SDK version in the Readme file
This commit is contained in:
shuffle2 2018-10-20 08:00:02 -07:00 committed by GitHub
commit 9c9d598ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.