diff options
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r-- | Alc/dsound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index 704fb909..f1229fdd 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -123,7 +123,7 @@ static BOOL CALLBACK DSoundEnumDevices(LPGUID guid, LPCSTR desc, LPCSTR drvname, { DeviceList = temp; - snprintf(str, sizeof(str), "DirectSound Software on %s", desc); + snprintf(str, sizeof(str), "%s via DirectSound", desc); DeviceList[NumDevices].name = strdup(str); DeviceList[NumDevices].guid = *guid; |