EXI_DeviceMic: use Cubeb instead of PortAudio

This commit is contained in:
Michael Maltese
2017-03-22 15:57:04 -07:00
parent f6e1da0dc0
commit 48d6168c99
4 changed files with 66 additions and 76 deletions

View File

@ -158,10 +158,7 @@ void GameCubeConfigPane::LoadGUIValues()
slot_devices.Add(_(EXIDEV_MEMDIR_STR));
slot_devices.Add(_(EXIDEV_GECKO_STR));
slot_devices.Add(_(EXIDEV_AGP_STR));
#if HAVE_PORTAUDIO
slot_devices.Add(_(EXIDEV_MIC_STR));
#endif
wxArrayString sp1_devices;
sp1_devices.Add(_(DEV_NONE_STR));