mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Mark the audio streams as final.
These aren't intended to be continually extended.
This commit is contained in:
@ -26,7 +26,7 @@ struct IXAudio2MasteringVoice;
|
||||
|
||||
#endif
|
||||
|
||||
class XAudio2_7 : public SoundStream
|
||||
class XAudio2_7 final : public SoundStream
|
||||
{
|
||||
#ifdef _WIN32
|
||||
|
||||
|
Reference in New Issue
Block a user