Home
last modified time | relevance | path

Searched refs:BACKEND_OPENAL (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/AudioCommon/
H A DAudioCommon.cpp35 else if (backend == BACKEND_OPENAL && OpenALStream::isValid()) in CreateSoundStreamForBackend()
127 backends.emplace_back(BACKEND_OPENAL); in GetSoundBackends()
139 if (backend == BACKEND_OPENAL) in SupportsDPL2Decoder()
151 return backend == BACKEND_OPENAL || backend == BACKEND_WASAPI; in SupportsLatencyControl()
159 return backend == BACKEND_CUBEB || backend == BACKEND_OPENAL || backend == BACKEND_WASAPI; in SupportsVolumeChanges()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DConfigManager.h54 #define BACKEND_OPENAL "OpenAL" macro