From 9a5b0cbbdd6381f6ad3456e3a33de471b6c2a792 Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Wed, 30 Sep 2020 04:31:05 -0500 Subject: [PATCH] add current winetricks requirement info --- Frequently-Asked-Questions-(FAQ).md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index ddfe84f..f670156 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -1,6 +1,10 @@ ### Where do I download Cxbx-Reloaded builds? * **[Release Builds](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases)** - * **WINE users may need to use `CxbxReloaded-Release-VS2017.zip` for it to run correctly.** + * **WINE users may need to use `CxbxReloaded-Release-VS2017.zip` for it to run correctly.** + Without winetricks requirement, launch or emulate title will not work properly. + Winetricks requirements are: + * `vcrun2017` + * `d3dcompiler_47` * *[Full build history](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/actions?query=workflow%3A%22GitHub+CI%22)* ---