mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
Texture Cache: Address feedback.
This commit is contained in:
parent
083e0527fd
commit
73d501ed4b
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