mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 06:40:07 +00:00
update year number
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)
|
||||
* 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user