From 45589e77359f8970a5834547f5de947b6f1e2155 Mon Sep 17 00:00:00 2001 From: Kristian Buchman Date: Sun, 6 Apr 2014 19:00:49 -0600 Subject: [PATCH 1/2] Renamed all Core/DPS/Dsp* files to Core/DSP/DSP* --- .../Core/Core/DSP/{DspIntArithmetic.cpp => DSPIntArithmetic.cpp} | 0 Source/Core/Core/DSP/{DspIntBranch.cpp => DSPIntBranch.cpp} | 0 Source/Core/Core/DSP/{DspIntLoadStore.cpp => DSPIntLoadStore.cpp} | 0 Source/Core/Core/DSP/{DspIntMisc.cpp => DSPIntMisc.cpp} | 0 .../Core/Core/DSP/{DspIntMultiplier.cpp => DSPIntMultiplier.cpp} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename Source/Core/Core/DSP/{DspIntArithmetic.cpp => DSPIntArithmetic.cpp} (100%) rename Source/Core/Core/DSP/{DspIntBranch.cpp => DSPIntBranch.cpp} (100%) rename Source/Core/Core/DSP/{DspIntLoadStore.cpp => DSPIntLoadStore.cpp} (100%) rename Source/Core/Core/DSP/{DspIntMisc.cpp => DSPIntMisc.cpp} (100%) rename Source/Core/Core/DSP/{DspIntMultiplier.cpp => DSPIntMultiplier.cpp} (100%) diff --git a/Source/Core/Core/DSP/DspIntArithmetic.cpp b/Source/Core/Core/DSP/DSPIntArithmetic.cpp similarity index 100% rename from Source/Core/Core/DSP/DspIntArithmetic.cpp rename to Source/Core/Core/DSP/DSPIntArithmetic.cpp diff --git a/Source/Core/Core/DSP/DspIntBranch.cpp b/Source/Core/Core/DSP/DSPIntBranch.cpp similarity index 100% rename from Source/Core/Core/DSP/DspIntBranch.cpp rename to Source/Core/Core/DSP/DSPIntBranch.cpp diff --git a/Source/Core/Core/DSP/DspIntLoadStore.cpp b/Source/Core/Core/DSP/DSPIntLoadStore.cpp similarity index 100% rename from Source/Core/Core/DSP/DspIntLoadStore.cpp rename to Source/Core/Core/DSP/DSPIntLoadStore.cpp diff --git a/Source/Core/Core/DSP/DspIntMisc.cpp b/Source/Core/Core/DSP/DSPIntMisc.cpp similarity index 100% rename from Source/Core/Core/DSP/DspIntMisc.cpp rename to Source/Core/Core/DSP/DSPIntMisc.cpp diff --git a/Source/Core/Core/DSP/DspIntMultiplier.cpp b/Source/Core/Core/DSP/DSPIntMultiplier.cpp similarity index 100% rename from Source/Core/Core/DSP/DspIntMultiplier.cpp rename to Source/Core/Core/DSP/DSPIntMultiplier.cpp From abd57f71988874ada7b342f2ecdd0c38fd3cfdd0 Mon Sep 17 00:00:00 2001 From: Kristian Buchman Date: Sun, 6 Apr 2014 20:07:40 -0600 Subject: [PATCH 2/2] Updated the Cmake and VCX project files --- Source/Core/Core/CMakeLists.txt | 10 +++++----- Source/Core/Core/Core.vcxproj | 10 +++++----- Source/Core/Core/Core.vcxproj.filters | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Source/Core/Core/CMakeLists.txt b/Source/Core/Core/CMakeLists.txt index 58e134687b..77ab02e230 100644 --- a/Source/Core/Core/CMakeLists.txt +++ b/Source/Core/Core/CMakeLists.txt @@ -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 diff --git a/Source/Core/Core/Core.vcxproj b/Source/Core/Core/Core.vcxproj index ed9525e64e..65593f4021 100644 --- a/Source/Core/Core/Core.vcxproj +++ b/Source/Core/Core/Core.vcxproj @@ -68,14 +68,14 @@ - - + + - - - + + + diff --git a/Source/Core/Core/Core.vcxproj.filters b/Source/Core/Core/Core.vcxproj.filters index 8a630230b7..3ca5e3f970 100644 --- a/Source/Core/Core/Core.vcxproj.filters +++ b/Source/Core/Core/Core.vcxproj.filters @@ -182,10 +182,10 @@ Debugger - + DSPCore\Interpreter - + DSPCore\Interpreter @@ -197,13 +197,13 @@ DSPCore\Interpreter - + DSPCore\Interpreter - + DSPCore\Interpreter - + DSPCore\Interpreter