aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-08-19 12:31:59 -0700
committerChris Robinson <[email protected]>2012-08-19 12:31:59 -0700
commit37924887e8ff84082bc948b46a664e03663ff670 (patch)
treedecb64523e991cd03f49746a4d6d9b62cc6e0b44 /Alc/ALc.c
parent0db7c4131b9b1da7a70c845a2ff3e5ab62c67e20 (diff)
Use a default method to provide a dummy latency
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 9b04de13..60ae3d7a 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1267,6 +1267,11 @@ void ALCdevice_UnlockDefault(ALCdevice *device)
{
LeaveCriticalSection(&device->Mutex);
}
+ALint64 ALCdevice_GetLatencyDefault(ALCdevice *device)
+{
+ (void)device;
+ return 0;
+}
/* SetDefaultWFXChannelOrder
*