diff options
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r-- | Alc/dsound.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index f513f2ef..5779e5f7 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -296,6 +296,7 @@ static ALCboolean DSoundOpenPlayback(ALCdevice *device, const ALCchar *deviceNam if(pData->lpDS) IDirectSound_Release(pData->lpDS); free(pData); + AL_PRINT("Device init failed: 0x%08lx\n", hr); return ALC_FALSE; } |