mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Updated the Cmake and VCX project files
This commit is contained in:
parent
45589e7735
commit
abd57f7198
@ -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
Block a user