Clean up cvars (rename, recategorize).
This commit is contained in:
@@ -9,4 +9,4 @@
|
||||
|
||||
#include "xenia/apu/apu_flags.h"
|
||||
|
||||
DEFINE_bool(mute, false, "Mutes all audio output.", "Audio")
|
||||
DEFINE_bool(mute, false, "Mutes all audio output.", "APU")
|
||||
|
||||
@@ -49,7 +49,7 @@ extern "C" {
|
||||
// using the XMA* functions.
|
||||
|
||||
DEFINE_bool(libav_verbose, false, "Verbose libav output (debug and above)",
|
||||
"Audio");
|
||||
"APU");
|
||||
|
||||
namespace xe {
|
||||
namespace apu {
|
||||
|
||||
Reference in New Issue
Block a user