mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 03:35:26 +00:00
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
2
Externals/WiiUseSrc/Src/SConscript
vendored
2
Externals/WiiUseSrc/Src/SConscript
vendored
@ -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…
x
Reference in New Issue
Block a user