mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Remove dsound audio backend.
There isn't any reason to use dsound over xaudio.
This commit is contained in:
@ -32,7 +32,6 @@ if(PULSEAUDIO_FOUND)
|
||||
endif(PULSEAUDIO_FOUND)
|
||||
|
||||
if(WIN32)
|
||||
set(SRCS ${SRCS} DSoundStream.cpp)
|
||||
set(SRCS ${SRCS} XAudio2Stream.cpp)
|
||||
endif(WIN32)
|
||||
|
||||
|
Reference in New Issue
Block a user