diff --git a/FAQ.md b/FAQ.md index ca4dc62..629a62f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -71,7 +71,7 @@ It is very likely that this issue is caused by your GPU or drivers not supportin #### Citra complains about missing DLLs. -First, if you've downloaded any DLL files from the Internet and placed them in the Citra or a system folder, *remove them first*, they will not solve your problem and may cause system instability. Then download and install the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145) package from Microsoft. If that doesn't help, ensure you have also extracted the DLL files that come included with the Citra builds and that they are in the same directory as the executable. +First, if you've downloaded any DLL files from the Internet and placed them in the Citra or a system folder, *remove them first*, they will not solve your problem and may cause system instability. Then download and install the *x64* variant (vc_redist.x64.exe) of [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145) from Microsoft. If that doesn't help, ensure you have also extracted the DLL files that come included with the Citra builds and that they are in the same directory as the executable. #### I've dumped my game, but when I load it Citra crashes/prints a bunch of gibberish to the console!