Disable framerate correction for OpenAL

OpenAL itself stretch the time on slowdowns, so the Mixer isn't allowed also to change the rate.
This commit is contained in:
degasus
2014-02-13 13:22:29 +01:00
parent bbd58b8f6a
commit 9e56b1d343
3 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ public:
virtual ~CMixer() {}
// Called from audio threads
virtual unsigned int Mix(short* samples, unsigned int numSamples);
virtual unsigned int Mix(short* samples, unsigned int numSamples, bool consider_framelimit = true);
virtual void Premix(short * /*samples*/, unsigned int /*numSamples*/) {}
// Called from main thread