mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
bump msvc version check
This commit is contained in:
@ -67,7 +67,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#if _MSC_FULL_VER < 191025017
|
||||
#if _MSC_FULL_VER < 191426433
|
||||
#error Please update your build environment to the latest Visual Studio 2017!
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user