From f7ebc553268cb45bb3a43f999b41f902aee57af8 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Mon, 21 Oct 2019 23:52:20 +0300 Subject: [PATCH] MSVC: disable new exception handling (FH4) Should fix countless issues with vcruntime140_1.dll not found. --- rpcs3_default.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpcs3_default.props b/rpcs3_default.props index 79339558b1..7d48d84cbd 100644 --- a/rpcs3_default.props +++ b/rpcs3_default.props @@ -19,13 +19,14 @@ false true NotUsing - /Zc:throwingNew + /Zc:throwingNew -d2FH4- %(AdditionalOptions) xxhash.lib;ws2_32.lib;avcodec.lib;avformat.lib;avutil.lib;swresample.lib;swscale.lib ..\3rdparty\ffmpeg\Windows\x86_64\lib 8388608 1048576 + -d2:-FH4- %(AdditionalOptions)