mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-08 15:20:45 +01:00
msvc: update min version to VS 17.2.3
This commit is contained in:
parent
a58bb2aa24
commit
a720e8509b
@ -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.2 or later is a hard requirement. Other compilers might be
|
||||
Visual Studio 2022 17.2.3 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.
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#define STRINGIFY_HELPER(x) #x
|
||||
#define STRINGIFY(x) STRINGIFY_HELPER(x)
|
||||
|
||||
#if defined _MSC_FULL_VER && _MSC_FULL_VER < 193231328
|
||||
#if defined _MSC_FULL_VER && _MSC_FULL_VER < 193231329
|
||||
#pragma message("Current _MSC_FULL_VER: " STRINGIFY(_MSC_FULL_VER))
|
||||
#error Please update your build environment to the latest Visual Studio 2022!
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user