Qt: Fix audio volume/mute being lost when restarting emulation

This commit is contained in:
Connor McLaughlin
2020-07-24 02:55:00 +10:00
parent 4a3e5ed644
commit 5a955a4fdc
3 changed files with 18 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ public Q_SLOTS:
void loadState(bool global, qint32 slot);
void saveState(bool global, qint32 slot, bool block_until_done = false);
void setAudioOutputVolume(int value);
void setAudioOutputMuted(bool muted);
void startDumpingAudio();
void stopDumpingAudio();
void saveScreenshot();