[APU] Added new XMA decoder as config option.

This commit is contained in:
Gliniak
2024-03-25 21:59:49 +01:00
committed by Radosław Gliński
parent 26ea81624a
commit 122f58c9dd
9 changed files with 1976 additions and 996 deletions

View File

@@ -81,7 +81,7 @@ class XmaDecoder {
XmaRegisterFile register_file_;
static const uint32_t kContextCount = 320;
XmaContext contexts_[kContextCount];
XmaContext* contexts_[kContextCount];
BitMap context_bitmap_;
uint32_t context_data_first_ptr_ = 0;