Really? Maybe this will fix Wiimote in OSX, dunno, can't test it right now
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4902 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
dab40bc6fb
commit
efb4e9b1f5
|
@ -3,7 +3,7 @@
|
|||
import sys
|
||||
Import('env')
|
||||
|
||||
if not (env['HAVE_BLUEZ'] or sys.platform == 'darwin'):
|
||||
if not (env['HAVE_BLUEZ'] and sys.platform != 'darwin'):
|
||||
env['HAVE_WIIUSE'] = 0
|
||||
Return()
|
||||
|
||||
|
|
Loading…
Reference in New Issue