mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' of https://github.com/stella-emu/stella
This commit is contained in:
commit
40e12f0465
|
@ -84,7 +84,7 @@ class SoundSDL2 : public Sound
|
||||||
|
|
||||||
@return The previous (old) mute state
|
@return The previous (old) mute state
|
||||||
*/
|
*/
|
||||||
bool toggleMute();
|
bool toggleMute() override;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Sets the volume of the sound device to the specified level. The
|
Sets the volume of the sound device to the specified level. The
|
||||||
|
|
Loading…
Reference in New Issue