From 89c9026abcec42bb2053b37a2335531a815da703 Mon Sep 17 00:00:00 2001 From: Hexagon12 Date: Sun, 19 May 2019 16:35:59 +0300 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index d4abe0c..95878a8 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -6,7 +6,7 @@ On Windows, all library dependencies are automatically included within the "externals" folder or can be downloaded on-demand. To build yuzu, you simply need to install: -* **[Visual Studio 2017 Community](https://visualstudio.microsoft.com/downloads/)** - **Make sure to select C++ support in the installer. Visual Studio 2019 is not yet supported.** +* **[Visual Studio 2019 Community](https://visualstudio.microsoft.com/downloads/)** - **Make sure to select C++ support in the installer.** * **[CMake](https://cmake.org/download/)** - Used to generate Visual Studio project files. Does not matter if either 32-bit or 64-bit version is installed. ![2](https://i.imgur.com/giDwuTm.png)