Skip to content

Commit

Permalink
Remove sVU_Compare.h and iVU1micro.cpp, both of which appear unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcum42 committed Jul 6, 2019
1 parent 441e786 commit cc1a320
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 541 deletions.
2 changes: 0 additions & 2 deletions pcsx2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ set(pcsx2x86Sources
x86/iR3000Atables.cpp
x86/iR5900Misc.cpp
x86/ir5900tables.cpp
x86/iVU1micro.cpp
x86/ix86-32/iCore-32.cpp
x86/ix86-32/iR5900-32.cpp
x86/ix86-32/iR5900Arit.cpp
Expand Down Expand Up @@ -611,7 +610,6 @@ set(pcsx2x86Headers
x86/newVif_HashBucket.h
x86/newVif_UnpackSSE.h
x86/R5900_Profiler.h
x86/sVU_Compare.h
x86/sVU_Micro.h
x86/sVU_zerorec.h
)
Expand Down
1 change: 0 additions & 1 deletion pcsx2/windows/VCprojects/pcsx2.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@
<ClCompile Include="..\..\MTVU.cpp" />
<ClCompile Include="..\..\VUmicro.cpp" />
<ClCompile Include="..\..\VUmicroMem.cpp" />
<ClCompile Include="..\..\x86\iVU1micro.cpp" />
<ClCompile Include="..\..\x86\microVU.cpp" />
<ClCompile Include="..\..\x86\sVU_Lower.cpp">
<ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild>
Expand Down
3 changes: 0 additions & 3 deletions pcsx2/windows/VCprojects/pcsx2.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,6 @@
<ClCompile Include="..\..\VUmicroMem.cpp">
<Filter>System\Ps2\EmotionEngine\VU</Filter>
</ClCompile>
<ClCompile Include="..\..\x86\iVU1micro.cpp">
<Filter>System\Ps2\EmotionEngine\VU\Dynarec</Filter>
</ClCompile>
<ClCompile Include="..\..\x86\microVU.cpp">
<Filter>System\Ps2\EmotionEngine\VU\Dynarec\microVU</Filter>
</ClCompile>
Expand Down
286 changes: 0 additions & 286 deletions pcsx2/x86/iVU1micro.cpp

This file was deleted.

Loading

1 comment on commit cc1a320

@arcum42
Copy link
Contributor Author

@arcum42 arcum42 commented on cc1a320 Jul 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it doesn't look like I removed sVU_Compare.h from the Visual Studio project, it's because it already wasn't in there...

Please sign in to comment.