mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Rename CMixer to Mixer
This commit is contained in:
parent
aa020040f6
commit
b2c9d6d217
9 changed files with 42 additions and 43 deletions
|
@ -24,7 +24,7 @@ static SLPlayItf bqPlayerPlay;
|
|||
static SLAndroidSimpleBufferQueueItf bqPlayerBufferQueue;
|
||||
static SLMuteSoloItf bqPlayerMuteSolo;
|
||||
static SLVolumeItf bqPlayerVolume;
|
||||
static CMixer* g_mixer;
|
||||
static Mixer* g_mixer;
|
||||
#define BUFFER_SIZE 512
|
||||
#define BUFFER_SIZE_IN_SAMPLES (BUFFER_SIZE / 2)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue