mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Report on the bluetooth queue depth watermark to help diagnose cases
where Dolphin blocks long enough to lose packets. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5944 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -20,7 +20,7 @@ files = [
|
||||
|
||||
libs = [ 'inputcommon', 'common' ]
|
||||
|
||||
if sys.platform == 'win32' or sys.platform == 'linux2':
|
||||
if not sys.platform == 'darwin':
|
||||
libs += [ 'SDL' ]
|
||||
|
||||
if env['HAVE_WX']:
|
||||
|
Reference in New Issue
Block a user