fixed incorrect file name for case-sensitivity

This commit is contained in:
unknown 2015-12-08 14:50:01 -05:00
parent f6de04a3ca
commit 2969ed656c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
<ClCompile Include="N64System\Recompiler\RecompilerOps.cpp" />
<ClCompile Include="N64System\Recompiler\RegInfo.cpp" />
<ClCompile Include="N64System\Recompiler\SectionInfo.cpp" />
<ClCompile Include="N64System\Recompiler\X86CodeLog.cpp" />
<ClCompile Include="N64System\Recompiler\x86CodeLog.cpp" />
<ClCompile Include="N64System\Recompiler\X86ops.cpp" />
<ClCompile Include="N64System\SpeedLimitorClass.cpp" />
<ClCompile Include="N64System\SystemGlobals.cpp" />