Update the Windows SDK version in the Readme file
This was missed in PR 7506.
This commit is contained in:
parent
4d62037f88
commit
5a5d4cad47
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue