SPU2: Add header to build files

This commit is contained in:
Ziemas 2021-01-30 17:28:17 +01:00 committed by refractionpcsx2
parent 4c166eb3e3
commit d72a49ad5c
2 changed files with 3 additions and 1 deletions

View File

@ -279,6 +279,7 @@ set(pcsx2SPU2Headers
SPU2/defs.h
SPU2/Dma.h
SPU2/Global.h
SPU2/interpolate_table.h
SPU2/Lowpass.h
SPU2/Mixer.h
SPU2/spu2.h

View File

@ -687,6 +687,7 @@
<ClInclude Include="..\..\SPU2\Config.h" />
<ClInclude Include="..\..\SPU2\Global.h" />
<ClInclude Include="..\..\SPU2\spu2replay.h" />
<ClInclude Include="..\..\SPU2\interpolate_table.h" />
<ClInclude Include="..\..\SPU2\Lowpass.h" />
<ClInclude Include="..\..\SPU2\SndOut.h" />
<ClInclude Include="..\..\SPU2\Linux\Alsa.h" />
@ -964,4 +965,4 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project>
</Project>