diff options
author | Chris Robinson <[email protected]> | 2013-11-02 12:01:58 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-11-02 12:01:58 -0700 |
commit | 7142e3828f4f6083484c9aa2f0fe1b67f64265d6 (patch) | |
tree | b9442d31bb0c6cd8c938c00477eb807a9585b315 /Alc | |
parent | 426429279b576a8b2be0daa2ce2483388f972d95 (diff) |
Rename alcGetLatency to ALCdevice_GetLatency
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1400,7 +1400,7 @@ ALint64 ALCdevice_GetLatencyDefault(ALCdevice *UNUSED(device)) } -ALint64 alcGetLatency(ALCdevice *device) +ALint64 ALCdevice_GetLatency(ALCdevice *device) { return VCALL0(device->Backend,getLatency)(); } |