Replace all gflag implementations with cvar implementations
This commit is contained in:
@@ -10,6 +10,4 @@
|
||||
#ifndef XENIA_APU_XAUDIO2_XAUDIO2_APU_FLAGS_H_
|
||||
#define XENIA_APU_XAUDIO2_XAUDIO2_APU_FLAGS_H_
|
||||
|
||||
#include <gflags/gflags.h>
|
||||
|
||||
#endif // XENIA_APU_XAUDIO2_XAUDIO2_APU_FLAGS_H_
|
||||
|
||||
@@ -151,7 +151,7 @@ bool XAudio2AudioDriver::Initialize() {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (FLAGS_mute) {
|
||||
if (cvars::mute) {
|
||||
pcm_voice_->SetVolume(0.0f);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user