Merge pull request #3831 from FearlessTobi/add-volume-slider

citra_qt: Add a volume slider
This commit is contained in:
James Rowe 2018-07-18 09:56:47 -06:00 committed by GitHub
commit 2f8c9c8126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 110 additions and 20 deletions

View file

@ -68,7 +68,7 @@ public:
void EnableStretching(bool enable);
protected:
void OutputFrame(const StereoFrame16& frame);
void OutputFrame(StereoFrame16& frame);
private:
void FlushResidualStretcherAudio();