From c57ec2258f4bc596c14ab30ab571c4e00703fcf6 Mon Sep 17 00:00:00 2001 From: nyanpasu64 Date: Thu, 6 Jul 2023 18:23:29 -0700 Subject: [PATCH] Fix build in Visual Studio I still can't *run* the exe because it's asking for liblzma.dll and friends, that I don't have. --- Source/Core/DolphinLib.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/DolphinLib.props b/Source/Core/DolphinLib.props index 378ecee7c6..d54110ce08 100644 --- a/Source/Core/DolphinLib.props +++ b/Source/Core/DolphinLib.props @@ -691,6 +691,7 @@ + @@ -1295,6 +1296,7 @@ +