mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 16:49:27 +00:00
Mixer: Calculate actual_samples based on availability in all FIFOs
This commit is contained in:
parent
ac0df5b2db
commit
f5018010d3
2 changed files with 29 additions and 9 deletions
|
@ -60,6 +60,7 @@ private:
|
|||
void SetInputSampleRate(unsigned int rate);
|
||||
unsigned int GetInputSampleRate() const;
|
||||
void SetVolume(unsigned int lvolume, unsigned int rvolume);
|
||||
unsigned int AvailableSamples() const;
|
||||
|
||||
private:
|
||||
CMixer* m_mixer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue