Skip to content

Commit

Permalink
Merge pull request #250 from darkjack/master
Browse files Browse the repository at this point in the history
Renamed all Core/DPS/Dsp* files to Core/DSP/DSP*
  • Loading branch information
delroth committed Apr 10, 2014
2 parents 36a693e + abd57f7 commit 5f6ac51
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Source/Core/Core/CMakeLists.txt
Expand Up @@ -35,11 +35,11 @@ set(SRCS ActionReplay.cpp
DSP/DSPMemoryMap.cpp
DSP/DSPStacks.cpp
DSP/DSPAnalyzer.cpp
DSP/DspIntArithmetic.cpp
DSP/DspIntBranch.cpp
DSP/DspIntLoadStore.cpp
DSP/DspIntMisc.cpp
DSP/DspIntMultiplier.cpp
DSP/DSPIntArithmetic.cpp
DSP/DSPIntBranch.cpp
DSP/DSPIntLoadStore.cpp
DSP/DSPIntMisc.cpp
DSP/DSPIntMultiplier.cpp
DSP/DSPEmitter.cpp
DSP/DSPCodeUtil.cpp
DSP/LabelMap.cpp
Expand Down
10 changes: 5 additions & 5 deletions Source/Core/Core/Core.vcxproj
Expand Up @@ -68,14 +68,14 @@
<ClCompile Include="DSP\DSPCore.cpp" />
<ClCompile Include="DSP\DSPEmitter.cpp" />
<ClCompile Include="DSP\DSPHWInterface.cpp" />
<ClCompile Include="DSP\DspIntArithmetic.cpp" />
<ClCompile Include="DSP\DspIntBranch.cpp" />
<ClCompile Include="DSP\DSPIntArithmetic.cpp" />
<ClCompile Include="DSP\DSPIntBranch.cpp" />
<ClCompile Include="DSP\DSPIntCCUtil.cpp" />
<ClCompile Include="DSP\DSPInterpreter.cpp" />
<ClCompile Include="DSP\DSPIntExtOps.cpp" />
<ClCompile Include="DSP\DspIntLoadStore.cpp" />
<ClCompile Include="DSP\DspIntMisc.cpp" />
<ClCompile Include="DSP\DspIntMultiplier.cpp" />
<ClCompile Include="DSP\DSPIntLoadStore.cpp" />
<ClCompile Include="DSP\DSPIntMisc.cpp" />
<ClCompile Include="DSP\DSPIntMultiplier.cpp" />
<ClCompile Include="DSP\DSPMemoryMap.cpp" />
<ClCompile Include="DSP\DSPStacks.cpp" />
<ClCompile Include="DSP\DSPTables.cpp" />
Expand Down
10 changes: 5 additions & 5 deletions Source/Core/Core/Core.vcxproj.filters
Expand Up @@ -182,10 +182,10 @@
<ClCompile Include="Debugger\PPCDebugInterface.cpp">
<Filter>Debugger</Filter>
</ClCompile>
<ClCompile Include="DSP\DspIntArithmetic.cpp">
<ClCompile Include="DSP\DSPIntArithmetic.cpp">
<Filter>DSPCore\Interpreter</Filter>
</ClCompile>
<ClCompile Include="DSP\DspIntBranch.cpp">
<ClCompile Include="DSP\DSPIntBranch.cpp">
<Filter>DSPCore\Interpreter</Filter>
</ClCompile>
<ClCompile Include="DSP\DSPIntCCUtil.cpp">
Expand All @@ -197,13 +197,13 @@
<ClCompile Include="DSP\DSPIntExtOps.cpp">
<Filter>DSPCore\Interpreter</Filter>
</ClCompile>
<ClCompile Include="DSP\DspIntLoadStore.cpp">
<ClCompile Include="DSP\DSPIntLoadStore.cpp">
<Filter>DSPCore\Interpreter</Filter>
</ClCompile>
<ClCompile Include="DSP\DspIntMisc.cpp">
<ClCompile Include="DSP\DSPIntMisc.cpp">
<Filter>DSPCore\Interpreter</Filter>
</ClCompile>
<ClCompile Include="DSP\DspIntMultiplier.cpp">
<ClCompile Include="DSP\DSPIntMultiplier.cpp">
<Filter>DSPCore\Interpreter</Filter>
</ClCompile>
<ClCompile Include="DSP\Jit\DSPJitArithmetic.cpp">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5f6ac51

Please sign in to comment.