mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
AudioCommon: Prefix soundStream global with g_
This commit is contained in:
parent
431fb4d82a
commit
7f7fb5e70c
6 changed files with 43 additions and 43 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
class CMixer;
|
||||
|
||||
extern SoundStream *soundStream;
|
||||
extern SoundStream *g_sound_stream;
|
||||
|
||||
namespace AudioCommon
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue