summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/SConscript
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2010-04-27 00:25:09 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2010-04-27 00:25:09 +0000
commit199ebe5c9c608d996f2d381d6689fb49088a3d59 (patch)
treef7da9e4d62fb43cdbe42eecbbfa93aa68a0f062c /Source/Core/InputCommon/Src/SConscript
parent41ba7d9ec5a1bcdee72c1556ac4e7758d38c38c9 (diff)
osx keyboard: add pretty names for keys.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5415 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
-rw-r--r--Source/Core/InputCommon/Src/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript
index 49e0d08703..647307f750 100644
--- a/Source/Core/InputCommon/Src/SConscript
+++ b/Source/Core/InputCommon/Src/SConscript
@@ -28,7 +28,8 @@ if icenv['HAVE_SDL']:
if sys.platform == 'darwin':
files += [
- 'ControllerInterface/OSX/OSX.mm'
+ 'ControllerInterface/OSX/OSX.mm',
+ 'ControllerInterface/OSX/OSXKeyboard.mm'
]
icenv['FRAMEWORKS'] = ['IOKit']