From d97bc1ff175c8163fd1d57d6743758d1bb2e3bc1 Mon Sep 17 00:00:00 2001 From: Koopa Date: Mon, 5 Sep 2016 20:32:09 -0400 Subject: [PATCH] Update screenshots. --- Common-Issues.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Common-Issues.md b/Common-Issues.md index 8952fe9..d8230a0 100644 --- a/Common-Issues.md +++ b/Common-Issues.md @@ -8,11 +8,12 @@ ### Building for Windows --- -* For running Citra builds, make sure to have icudt53.dll, icuin53.dll, icuuc53.dll, Qt5Core.dll, Qt5Gui.dll, Qt5OpenGL.dll and Qt5Widgets.dll in either the application directory or in the system PATH. If not there those files are in C:\Qt\5.4\msvc2013_64_opengl\bin,copy them here.Else, Citra will fail on startup. -![7](http://i.imgur.com/21WSjI3.png?1) +* For running Citra builds, make sure to have Qt5Core.dll, Qt5Gui.dll, Qt5OpenGL.dll, Qt5Widgets.dll, and SDL2.dll in either the application directory or in the system PATH. If not there those files are in C:\Qt\5.4\msvc2013_64_opengl\bin,copy them here. Else, Citra will fail on startup. +![7](http://i.imgur.com/FQpWsiP.png) * Also, make sure platforms/qwindows.dll in the application directory. If not there you will find it in C:\Qt\5.4\msvc2013_64_opengl\plugins\platforms by default. Just copy it. -![8](http://i.imgur.com/foNxdm9.png?1) + +![8](http://i.imgur.com/RCTaVtE.png) * You will also need the x64 variant of [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145) from Microsoft (vc_redist.x64.exe), if you don't already have it.