diff options
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1267,6 +1267,11 @@ void ALCdevice_UnlockDefault(ALCdevice *device) { LeaveCriticalSection(&device->Mutex); } +ALint64 ALCdevice_GetLatencyDefault(ALCdevice *device) +{ + (void)device; + return 0; +} /* SetDefaultWFXChannelOrder * |