osx keyboard: add pretty names for keys.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5415 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2010-04-27 00:25:09 +00:00
parent 41ba7d9ec5
commit 199ebe5c9c
6 changed files with 339 additions and 237 deletions

View File

@ -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']