summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-12-26 09:20:01 +0000
committernakeee <nakeee@gmail.com>2008-12-26 09:20:01 +0000
commita679e345fd6d12043bbccc6aaba20345e2a047a2 (patch)
tree04b4726e992fda36f3d0ff57dd432757ebcf45de /SConstruct
parent3a51b3c6e38b511363eac2524f08410e078ed6d3 (diff)
Started working on pad evnt
fix for testgl fix for njoy-sdl to work in debug git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1674 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index d13dee7ba7..9e2995af67 100644
--- a/SConstruct
+++ b/SConstruct
@@ -66,6 +66,7 @@ dirs = [
'Source/Plugins/Plugin_DSP_LLE/Src',
'Source/Plugins/Plugin_DSP_NULL/Src',
'Source/Plugins/Plugin_PadSimple/Src',
+ 'Source/Plugins/Plugin_PadSimpleEvnt/Src',
'Source/Plugins/Plugin_nJoy_SDL/Src',
'Source/Plugins/Plugin_nJoy_Testing/Src',
'Source/Plugins/Plugin_Wiimote/Src',