mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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:
Vendored
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user