Rename ConfigSoundtouch.cpp to ConfigSoundTouch.cpp (#5238)

Fixes build on a case-sensitive filesystem
This commit is contained in:
xantares 2021-12-31 23:51:36 +01:00 committed by GitHub
parent 34686dc167
commit b6dafff524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -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" />

View File

@ -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">