From ecb50c1a324f11b2d1573eeb89c3ba36ea0233ab Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 20 Jun 2023 02:36:52 +0200 Subject: [PATCH] update year number --- Building-for-Windows.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index a276363..870ba8c 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -30,15 +30,17 @@ 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 17 2022 Win64" (Screenshot update needed) -![12](http://i.imgur.com/RvVcyCP.jpg) +* Click the "Configure" button and choose "Visual Studio 17 2022 Win64" + +![12](https://github.com/citra-emu/citra/assets/20753089/d1a3b641-d53f-4044-be60-f281ca608fb5) + * 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. * Click "Generate" to create the project files. ![14](http://i.imgur.com/CkZgD4p.jpg) -* Open the solution file citra.sln in Visual Studio 2017, which is located in the build folder. +* Open the solution file citra.sln in Visual Studio 2022, which is located in the build folder. ![15](http://i.imgur.com/sCWIZcK.jpg)