Texture Cache: Address feedback.
This commit is contained in:
parent
fd98fcf7f0
commit
8f9f142956
5 changed files with 37 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue