DirectSoundDeviceFinder: Add waveformsink

This commit is contained in:
Jonas Kvinge 2024-02-16 21:38:08 +01:00
parent 6b1c14f875
commit cb44c71733
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include "enginedevice.h"
#include "core/logging.h"
DirectSoundDeviceFinder::DirectSoundDeviceFinder() : DeviceFinder("directsound", { "directsound", "dsound", "directsoundsink", "directx", "directx2" }) {}
DirectSoundDeviceFinder::DirectSoundDeviceFinder() : DeviceFinder("directsound", { "directsound", "dsound", "directsoundsink", "directx", "directx2", "waveformsink" }) {}
EngineDeviceList DirectSoundDeviceFinder::ListDevices() {
State state;