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 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