nJoy: Preparation for adding new options. NOTICE: Not tested in OSX

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1665 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2008-12-26 02:42:15 +00:00
parent ce01268885
commit 92cef41968
10 changed files with 1119 additions and 642 deletions

View File

@ -11,11 +11,14 @@ if not env['HAVE_SDL']:
Return()
files = [
'Config.cpp',
'nJoy.cpp',
'Rumble.cpp',
]
if padenv['HAVE_WX']:
files += [
'GUI/AboutBox.cpp',
'GUI/ConfigAdvanced.cpp',
'GUI/ConfigBox.cpp',
]