Texture Cache: Address feedback.

This commit is contained in:
Fernando Sahmkow 2021-06-20 12:25:59 +02:00
parent fd98fcf7f0
commit 8f9f142956
5 changed files with 37 additions and 18 deletions

View file

@ -87,7 +87,7 @@ public:
/// Unmap memory range
virtual void UnmapMemory(VAddr addr, u64 size) = 0;
/// Unmap memory range
/// Remap GPU memory range. This means underneath backing memory changed
virtual void ModifyGPUMemory(GPUVAddr addr, u64 size) = 0;
/// Notify rasterizer that any caches of the specified region should be flushed to Switch memory