From d20b71c296913e34d62f0d16c6fe1ccc099fe8ae Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Fri, 6 Jan 2023 22:42:21 -0800 Subject: [PATCH] Move x64 DSP JIT into DolphinLib.x64.props Before, it was also compiled on ARM builds, but since it was unused it wasn't linked (and thus its dependency on the nonexistent x64Emitter didn't cause any link issues). --- Source/Core/DolphinLib.props | 14 -------------- Source/Core/DolphinLib.x64.props | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Source/Core/DolphinLib.props b/Source/Core/DolphinLib.props index a7354ee00b..1ae8d7212a 100644 --- a/Source/Core/DolphinLib.props +++ b/Source/Core/DolphinLib.props @@ -214,9 +214,6 @@ - - - @@ -835,17 +832,6 @@ - - - - - - - - - - - diff --git a/Source/Core/DolphinLib.x64.props b/Source/Core/DolphinLib.x64.props index 905c1dbf2e..fc9bb3fa65 100644 --- a/Source/Core/DolphinLib.x64.props +++ b/Source/Core/DolphinLib.x64.props @@ -4,6 +4,9 @@ + + + @@ -27,6 +30,17 @@ + + + + + + + + + + +