mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-03 14:49:22 +00:00
enable experimental mic support on linux if port audio is found
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2491 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
324abc9a7f
commit
660bdaac19
2 changed files with 6 additions and 2 deletions
|
@ -27,8 +27,8 @@
|
|||
bool MicButton = false;
|
||||
bool IsOpen;
|
||||
|
||||
//#define USE_PORTAUDIO
|
||||
#ifndef USE_PORTAUDIO
|
||||
//#define HAVE_PORTAUDIO
|
||||
#ifndef HAVE_PORTAUDIO || ! HAVE_PORTAUDIO
|
||||
|
||||
void SetMic(bool Value){}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue