mirror of https://github.com/PCSX2/pcsx2.git
Rename ConfigSoundtouch.cpp to ConfigSoundTouch.cpp (#5238)
Fixes build on a case-sensitive filesystem
This commit is contained in:
parent
34686dc167
commit
b6dafff524
|
@ -382,7 +382,7 @@
|
|||
<ClCompile Include="SPU2\Windows\CfgHelpers.cpp" />
|
||||
<ClCompile Include="SPU2\Windows\Config.cpp" />
|
||||
<ClCompile Include="SPU2\Windows\ConfigDebug.cpp" />
|
||||
<ClCompile Include="SPU2\Windows\ConfigSoundtouch.cpp" />
|
||||
<ClCompile Include="SPU2\Windows\ConfigSoundTouch.cpp" />
|
||||
<ClCompile Include="SPU2\Windows\RealtimeDebugger.cpp" />
|
||||
<ClCompile Include="SPU2\Windows\UIHelpers.cpp" />
|
||||
<ClCompile Include="SPU2\spu2.cpp" />
|
||||
|
|
|
@ -1094,7 +1094,7 @@
|
|||
<ClCompile Include="SPU2\Windows\ConfigDebug.cpp">
|
||||
<Filter>System\Ps2\SPU2</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="SPU2\Windows\ConfigSoundtouch.cpp">
|
||||
<ClCompile Include="SPU2\Windows\ConfigSoundTouch.cpp">
|
||||
<Filter>System\Ps2\SPU2</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="SPU2\Debug.cpp">
|
||||
|
|
Loading…
Reference in New Issue