Mixer: Devirtualize

Nothing in the codebase inherits from this class
This commit is contained in:
Lioncash
2016-01-14 00:58:01 -05:00
parent 48b60649af
commit 531a3ed09a
2 changed files with 14 additions and 9 deletions

View File

@ -31,6 +31,10 @@ CMixer::CMixer(unsigned int BackendSampleRate)
INFO_LOG(AUDIO_INTERFACE, "Mixer is initialized");
}
CMixer::~CMixer()
{
}
// Executed from sound stream thread
unsigned int CMixer::MixerFifo::Mix(short* samples, unsigned int numSamples, bool consider_framelimit)
{