update year number

Tobias 2023-06-20 02:36:52 +02:00
parent 569606b8d4
commit ecb50c1a32

@ -30,15 +30,17 @@ NOTE: Citra by default downloads to `C:\Users\<user-name>\citra`
![11](http://i.imgur.com/DeafFmS.jpg) ![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.) * 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) * Click the "Configure" button and choose "Visual Studio 17 2022 Win64"
![12](http://i.imgur.com/RvVcyCP.jpg)
![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. * 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. * Click "Generate" to create the project files.
![14](http://i.imgur.com/CkZgD4p.jpg) ![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) ![15](http://i.imgur.com/sCWIZcK.jpg)