mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-29 12:57:52 -05:00
Texture cache: Fix the remaining issues with memory mnagement and unmapping.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user