Merge pull request #250 from darkjack/master
Renamed all Core/DPS/Dsp* files to Core/DSP/DSP*
This commit is contained in:
commit
5f6ac51803
|
@ -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
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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">
|
||||
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue