mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Mixer: Devirtualize
Nothing in the codebase inherits from this class
This commit is contained in:
parent
48b60649af
commit
531a3ed09a
2 changed files with 14 additions and 9 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue