Don't set CoreAudio as default

This commit is contained in:
Andy Vandijck
2025-05-22 16:51:16 +02:00
parent 31ce5d1732
commit fd2c767319

View File

@@ -225,12 +225,8 @@ std::array<Option, kNbOptions>& Option::All() {
/// Sound
#if defined(VBAM_ENABLE_XAUDIO2)
AudioApi audio_api = AudioApi::kXAudio2;
#else
#if defined(__WXMAC__)
AudioApi audio_api = AudioApi::kCoreAudio;
#else
AudioApi audio_api = AudioApi::kOpenAL;
#endif
#endif
wxString audio_dev;
// 10 fixes stuttering on mac with openal, as opposed to 5