diff --git a/SConstruct b/SConstruct index 3698a2541d..4aefc6f223 100644 --- a/SConstruct +++ b/SConstruct @@ -53,6 +53,7 @@ include_paths = [ '../../../../Externals/WiiUseSrc/Src', '../../../Core/VideoCommon/Src', '../../../Core/InputCommon/Src', + '../../../Core/AudioCommon/Src', ] dirs = [ @@ -64,6 +65,7 @@ dirs = [ 'Source/Core/DiscIO/Src', 'Source/Core/VideoCommon/Src', 'Source/Core/InputCommon/Src', + 'Source/Core/AudioCommon/Src', 'Source/Plugins/Plugin_VideoOGL/Src', 'Source/Plugins/Plugin_DSP_HLE/Src', 'Source/Plugins/Plugin_DSP_LLE/Src', diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/PCHW/AOSoundStream.cpp b/Source/Core/AudioCommon/Src/AOSoundStream.cpp similarity index 100% rename from Source/Plugins/Plugin_DSP_HLE/Src/PCHW/AOSoundStream.cpp rename to Source/Core/AudioCommon/Src/AOSoundStream.cpp diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/PCHW/AOSoundStream.h b/Source/Core/AudioCommon/Src/AOSoundStream.h similarity index 100% rename from Source/Plugins/Plugin_DSP_HLE/Src/PCHW/AOSoundStream.h rename to Source/Core/AudioCommon/Src/AOSoundStream.h diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/PCHW/DSoundStream.cpp b/Source/Core/AudioCommon/Src/DSoundStream.cpp similarity index 100% rename from Source/Plugins/Plugin_DSP_HLE/Src/PCHW/DSoundStream.cpp rename to Source/Core/AudioCommon/Src/DSoundStream.cpp diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/PCHW/DSoundStream.h b/Source/Core/AudioCommon/Src/DSoundStream.h similarity index 100% rename from Source/Plugins/Plugin_DSP_HLE/Src/PCHW/DSoundStream.h rename to Source/Core/AudioCommon/Src/DSoundStream.h diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/PCHW/NullSoundStream.h b/Source/Core/AudioCommon/Src/NullSoundStream.h similarity index 100% rename from Source/Plugins/Plugin_DSP_HLE/Src/PCHW/NullSoundStream.h rename to Source/Core/AudioCommon/Src/NullSoundStream.h diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/PCHW/SoundStream.h b/Source/Core/AudioCommon/Src/SoundStream.h similarity index 100% rename from Source/Plugins/Plugin_DSP_HLE/Src/PCHW/SoundStream.h rename to Source/Core/AudioCommon/Src/SoundStream.h diff --git a/Source/Plugins/Plugin_DSP_HLE/Plugin_DSP_HLE.vcproj b/Source/Plugins/Plugin_DSP_HLE/Plugin_DSP_HLE.vcproj index 6ca23d8cd3..443d0bfc46 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Plugin_DSP_HLE.vcproj +++ b/Source/Plugins/Plugin_DSP_HLE/Plugin_DSP_HLE.vcproj @@ -45,7 +45,7 @@ - - - - - - - - @@ -569,14 +553,6 @@ RelativePath=".\Src\Pchw\Mixer.h" > - - - -