mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
AudioCommon: Prefix soundStream global with g_
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
class CMixer;
|
||||
|
||||
extern SoundStream *soundStream;
|
||||
extern SoundStream *g_sound_stream;
|
||||
|
||||
namespace AudioCommon
|
||||
{
|
||||
|
Reference in New Issue
Block a user