diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 76291e3..ca7c3b3 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -30,7 +30,7 @@ NOTE: Citra by default downloads to `C:\Users\\citra` ![11](http://i.imgur.com/DeafFmS.jpg) * For the build directory, use a `build/` subdirectory inside the source directory or some other directory of your choice. (Tell CMake to create it.) -* Click the "Configure" button and choose "Visual Studio 15 2017 Win64" +* Click the "Configure" button and choose "Visual Studio 17 2022 Win64" (Screenshot update needed) ![12](http://i.imgur.com/RvVcyCP.jpg) * NOTE: If you get errors like "XXX does not contain a CMakeLists.txt file" at this step, it means you didn't use the `--recursive` flag in the clone step, or you used tools other than the git CLI. Please run "git submodule update --init --recursive" to get remaining dependencies.