mirror of https://github.com/stella-emu/stella.git
libretro: Fix sound code for latest refactoring.
This commit is contained in:
parent
c06a60d704
commit
7b6e3e32f6
|
@ -98,7 +98,7 @@ class SoundLIBRETRO : public Sound
|
|||
@param increase Increase or decrease the current volume by a predefined
|
||||
amount
|
||||
*/
|
||||
void adjustVolume(bool increase) override { return nullptr; }
|
||||
AdjustFunction adjustVolume(bool increase) override { return AdjustFunction{}; }
|
||||
|
||||
/**
|
||||
This method is called to provide information about the sound device.
|
||||
|
|
Loading…
Reference in New Issue