Rework Nvdec and VIC to fix out-of-order videos, and speed up decoding.

This commit is contained in:
Kelebek1
2023-11-23 13:19:23 +00:00
committed by Liam
parent f9bfdb1555
commit 950447d2ae
43 changed files with 12380 additions and 1238 deletions

View File

@@ -43,6 +43,8 @@ public:
u64 big_page_bits_ = 16, u64 page_bits_ = 12);
~MemoryManager();
static constexpr bool HAS_FLUSH_INVALIDATION = true;
size_t GetID() const {
return unique_identifier;
}