Struggled for a few hours not realizing that the Visual studio version in cmake is outdated.

matthewbrinza 2023-01-18 00:23:20 -06:00
parent e4f7c6e736
commit 542be26350

@ -30,7 +30,7 @@ NOTE: Citra by default downloads to `C:\Users\<user-name>\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.