[APU] Switched to New XMA decoder as default

- Added codepath for "consume only" pass. This should resolve constant clicking in Source engine games.
- Added smaller performance improvements to decoder
This commit is contained in:
Gliniak
2025-12-01 23:57:53 +01:00
parent dfa70b3677
commit dd29365970
5 changed files with 23 additions and 4 deletions

View File

@@ -511,7 +511,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(2025, 12, 1, 23);
virtual ~IConfigVarUpdate() = default;