From 7d86f7e3e0b95523e48ae087f12c611d854e58c9 Mon Sep 17 00:00:00 2001 From: nakeee Date: Thu, 29 Jan 2009 10:20:15 +0000 Subject: [PATCH] Disabled wiimote on non windows, until build is fixed git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2035 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index d8163c4a5f..046c7c31a6 100644 --- a/SConstruct +++ b/SConstruct @@ -71,7 +71,7 @@ dirs = [ 'Source/Plugins/Plugin_PadSimpleEvnt/Src', 'Source/Plugins/Plugin_nJoy_SDL/Src', 'Source/Plugins/Plugin_nJoy_Testing/Src', - 'Source/Plugins/Plugin_Wiimote/Src', +# 'Source/Plugins/Plugin_Wiimote/Src', 'Source/Core/DolphinWX/Src', 'Source/Core/DebuggerWX/Src', ]