diff --git a/SConstruct b/SConstruct index ffef4df656..c034bad1d9 100644 --- a/SConstruct +++ b/SConstruct @@ -56,7 +56,7 @@ include_paths = [ basedir + 'Source/Core/VideoCommon/Src', basedir + 'Source/Core/InputCommon/Src', basedir + 'Source/Core/AudioCommon/Src', - basedir + 'Source/Core/DebuggerUICommon/Src', + basedir + 'Source/Core/DebuggerUICommon/Src', basedir + 'Source/Core/DSPCore/Src', ] @@ -71,7 +71,7 @@ dirs = [ 'Source/Core/VideoCommon/Src', 'Source/Core/InputCommon/Src', 'Source/Core/AudioCommon/Src', - 'Source/Core/DebuggerUICommon/Src', + 'Source/Core/DebuggerUICommon/Src', 'Source/Core/DSPCore/Src', 'Source/DSPTool/Src', 'Source/Plugins/Plugin_VideoOGL/Src', @@ -82,7 +82,6 @@ dirs = [ 'Source/Plugins/Plugin_nJoy_SDL/Src', 'Source/Plugins/Plugin_nJoy_Testing/Src', 'Source/Plugins/Plugin_Wiimote/Src', - 'Source/Plugins/Plugin_Wiimote-testing/Src', 'Source/Core/DolphinWX/Src', 'Source/Core/DebuggerWX/Src', ]