[XMA] Default to new xma_decoder and force configs

This commit is contained in:
Herman S.
2026-02-16 23:43:39 +09:00
parent b04d96a9cb
commit 38c2385cc3
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -62,7 +62,7 @@ DEFINE_bool(use_dedicated_xma_thread, true,
"APU");
DEFINE_string(
xma_decoder, "old",
xma_decoder, "new",
"Decoder version used to process XMA audio.\n"
"Use: [fake, master, old, new]\n"
" fake: \n No audio will be decoded.\n"
@@ -73,6 +73,8 @@ DEFINE_string(
"yet finished.\n",
"APU");
UPDATE_from_string(xma_decoder, 2026, 2, 16, 12, "old");
namespace xe {
namespace apu {
+1 -1
View File
@@ -604,7 +604,7 @@ class IConfigVarUpdate {
// If you're reviewing a pull request with a change here, check if 1) has been
// done by the submitter before merging.
static constexpr uint32_t kLastCommittedUpdateDate =
MakeConfigVarUpdateDate(2024, 9, 23, 9);
MakeConfigVarUpdateDate(2026, 2, 16, 12);
virtual ~IConfigVarUpdate() = default;