mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
Mark the audio streams as final.
These aren't intended to be continually extended.
This commit is contained in:
parent
fab2808e5c
commit
5e5ab61d0c
10 changed files with 10 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "AudioCommon/SoundStream.h"
|
||||
#include "Common/Thread.h"
|
||||
|
||||
class OpenSLESStream : public SoundStream
|
||||
class OpenSLESStream final : public SoundStream
|
||||
{
|
||||
#ifdef ANDROID
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue