From e25cb9204187f0b7bfcc5f35869c0430d42e981d Mon Sep 17 00:00:00 2001 From: TheLastRar Date: Fri, 2 Aug 2024 12:58:31 +0100 Subject: [PATCH] Build: Copy resources when building for ARM64 with MSBuild --- common/vsprops/CopyResources.props | 32 +++++++++++++++++++++++++++ pcsx2-gsrunner/pcsx2-gsrunner.vcxproj | 1 + pcsx2-qt/pcsx2-qt.vcxproj | 1 + 3 files changed, 34 insertions(+) create mode 100644 common/vsprops/CopyResources.props diff --git a/common/vsprops/CopyResources.props b/common/vsprops/CopyResources.props new file mode 100644 index 0000000000..04596d3f6e --- /dev/null +++ b/common/vsprops/CopyResources.props @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + diff --git a/pcsx2-gsrunner/pcsx2-gsrunner.vcxproj b/pcsx2-gsrunner/pcsx2-gsrunner.vcxproj index b9ad0c86a6..d810c08f8a 100644 --- a/pcsx2-gsrunner/pcsx2-gsrunner.vcxproj +++ b/pcsx2-gsrunner/pcsx2-gsrunner.vcxproj @@ -22,6 +22,7 @@ + diff --git a/pcsx2-qt/pcsx2-qt.vcxproj b/pcsx2-qt/pcsx2-qt.vcxproj index 0eeebb84b0..4f444793c2 100644 --- a/pcsx2-qt/pcsx2-qt.vcxproj +++ b/pcsx2-qt/pcsx2-qt.vcxproj @@ -23,6 +23,7 @@ +