mirror of https://github.com/PCSX2/pcsx2.git
SPU2: Add header to build files
This commit is contained in:
parent
4c166eb3e3
commit
d72a49ad5c
|
@ -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
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue