mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Accept arbitrary HID devices as gamepads instead of using SDL,
which has too narrow a view of what constitutes a joystick. Now if only I could find my Apple IR Remote.. :-) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6844 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -132,7 +132,7 @@ if sys.platform == 'darwin':
|
||||
env['FRAMEWORKS'] += ['IOBluetooth', 'IOKit', 'OpenGL']
|
||||
env['FRAMEWORKSFLAGS'] = ['-Xarch_i386', '-Wl,-framework,QuickTime']
|
||||
env['LIBPATH'] += ['/usr/lib']
|
||||
env['LIBS'] = ['iconv', 'SDL']
|
||||
env['LIBS'] = ['iconv']
|
||||
env['LINKFLAGS'] += ccld
|
||||
env['LINKFLAGS'] += ['-Wl,-search_paths_first', '-Wl,-Z', '-F' + system]
|
||||
env['SHLINKFLAGS'] += ['-Wl,-undefined,dynamic_lookup']
|
||||
|
Reference in New Issue
Block a user