Texture cache: Fix the remaining issues with memory mnagement and unmapping.

This commit is contained in:
Fernando Sahmkow 2022-01-01 22:03:37 +01:00
parent 9cf4c8831d
commit f350c3d74e
12 changed files with 63 additions and 16 deletions

View file

@ -118,6 +118,8 @@ public:
void ReleaseChannel(Control::ChannelState& to_release);
void InitAddressSpace(Tegra::MemoryManager& memory_manager);
/// Request a host GPU memory flush from the CPU.
[[nodiscard]] u64 RequestFlush(VAddr addr, std::size_t size);