From a8f484a668790c8ad1324e89f0893b4c05b9354a Mon Sep 17 00:00:00 2001 From: nakeee Date: Fri, 3 Oct 2008 09:38:04 +0000 Subject: [PATCH] LLE is out for repairs git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@754 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 8ab9c0b099..eabe90609d 100644 --- a/SConstruct +++ b/SConstruct @@ -65,7 +65,7 @@ dirs = [ 'Source/Core/VideoCommon/Src', 'Source/Plugins/Plugin_VideoOGL/Src', 'Source/Plugins/Plugin_DSP_HLE/Src', - 'Source/Plugins/Plugin_DSP_LLE/Src', +# 'Source/Plugins/Plugin_DSP_LLE/Src', 'Source/Plugins/Plugin_DSP_NULL/Src', 'Source/Plugins/Plugin_PadSimple/Src', 'Source/Plugins/Plugin_nJoy_SDL/Src',