diff --git a/Building-For-Windows.md b/Building-For-Windows.md index fc9a478..60ffbc7 100644 --- a/Building-For-Windows.md +++ b/Building-For-Windows.md @@ -28,7 +28,7 @@ NOTE: Citra by default downloads to C:\Users\\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\\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)