mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
AudioCommon: Move sound stream variables to Core::System.
This commit is contained in:
parent
9195e1a9b8
commit
c310e504cb
10 changed files with 139 additions and 51 deletions
|
@ -13,8 +13,6 @@
|
|||
|
||||
class Mixer;
|
||||
|
||||
extern std::unique_ptr<SoundStream> g_sound_stream;
|
||||
|
||||
namespace AudioCommon
|
||||
{
|
||||
void InitSoundStream();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue