Updated for SDL2

Maribel 2016-03-06 18:24:26 +00:00
parent a8a54a9cbd
commit 7143042f34

@ -28,7 +28,7 @@ NOTE: Citra by default downloads to C:\Users\<user-name>\citra
![11](http://i.imgur.com/mwes5AV.png?1)
* Click the "Configure" button and choose "Visual Studio 14 2015 Win64".
* When CMake gives you an error, find the CITRA_USE_BUNDLED_GLFW and CITRA_USE_BUNDLED_QT options on the list and check their respective checkboxes. Click configure again. CMake will now download the required libraries.
* When CMake gives you an error, find the CITRA_USE_BUNDLED_SDL2 and CITRA_USE_BUNDLED_QT options on the list and check their respective checkboxes. Click configure again. CMake will now download the required libraries.
![13](http://i.imgur.com/scH2BrY.png?2)
@ -40,7 +40,7 @@ NOTE: Citra by default downloads to C:\Users\<user-name>\citra
![15](http://i.imgur.com/xJdyzF0.png?2)
* Depending on which frontend (GLFW or Qt) you want to build or run, select "citra" or "citra-qt" in the Solution Explorer, right-click and "Set as StartUp Project".
* Depending on which frontend (SDL2 or Qt) you want to build or run, select "citra" or "citra-qt" in the Solution Explorer, right-click and "Set as StartUp Project".
![16](http://i.imgur.com/0TDnsud.png?2)