update recommendation to visual studio 2022 per emufan4568 https://discord.com/channels/220740965957107713/343888608442449920/1022520293656379442

Jake Downs 2022-09-22 08:03:51 -07:00
parent 5638e28bab
commit 4a68536071

@ -1,8 +1,10 @@
## MSVC Build for Windows
### Minimal Dependencies
On Windows, all library dependencies are automatically included within the "externals" folder or can be downloaded on-demand. To build Citra, you simply need to install:
* **[Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)** - **Make sure to select C++ support in the installer**.
* **[Visual Studio 2022](https://visualstudio.microsoft.com/vs/)** - **Make sure to select C++ support in the installer**.
* **[CMake](http://www.cmake.org/cmake/resources/software.html)** - Used to generate Visual Studio project files.
![2](http://i.imgur.com/vSIXMHd.jpg)
* **Git** - We recommend [msysgit](http://msysgit.github.io/).