summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinLib.props
diff options
context:
space:
mode:
authorSam Belliveau <sam.belliveau@gmail.com>2025-03-02 20:19:20 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2025-03-14 01:22:35 -0500
commitf09ba10daae4c44fc9404aa2cc48076f6edec9a4 (patch)
tree7395da269bfc52f61e412c62c6009f30a5d414dd /Source/Core/DolphinLib.props
parente82f03b825ed4ec35539d93512877cdd2a02294b (diff)
AudioCommon: Added Granular Synthesis
Diffstat (limited to 'Source/Core/DolphinLib.props')
-rw-r--r--Source/Core/DolphinLib.props2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinLib.props b/Source/Core/DolphinLib.props
index 2c9437c01c..c8b3b0ed4d 100644
--- a/Source/Core/DolphinLib.props
+++ b/Source/Core/DolphinLib.props
@@ -2,7 +2,6 @@
<Project>
<ItemGroup>
<ClInclude Include="AudioCommon\AudioCommon.h" />
- <ClInclude Include="AudioCommon\AudioStretcher.h" />
<ClInclude Include="AudioCommon\CubebStream.h" />
<ClInclude Include="AudioCommon\CubebUtils.h" />
<ClInclude Include="AudioCommon\Enums.h" />
@@ -769,7 +768,6 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="AudioCommon\AudioCommon.cpp" />
- <ClCompile Include="AudioCommon\AudioStretcher.cpp" />
<ClCompile Include="AudioCommon\CubebStream.cpp" />
<ClCompile Include="AudioCommon\CubebUtils.cpp" />
<ClCompile Include="AudioCommon\Mixer.cpp" />