mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
Allow OSX to quit Dolphin cleanly in NoWX build with command+Q. Not sure how to let them do it via close button in the Window
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4866 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -28,6 +28,6 @@ if acenv['HAVE_PULSEAUDIO']:
|
||||
|
||||
if sys.platform == 'darwin':
|
||||
files += [ 'CoreAudioSoundStream.cpp' ]
|
||||
acenv['FRAMEWORKS'] = [ 'CoreAudio' ]
|
||||
acenv['FRAMEWORKS'] = [ 'CoreAudio', 'AudioUnit' ]
|
||||
|
||||
acenv.StaticLibrary(env['local_libs'] + 'audiocommon', files)
|
||||
|
Reference in New Issue
Block a user