summaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer_interface.h
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2021-06-20 12:25:59 +0200
committerGravatar Fernando Sahmkow2021-07-04 22:32:35 +0200
commit8f9f142956bb5de205cad2237f0cf60770796867 (patch)
tree00aa9899f418b73889955da8dfdbb6a9c3c20a27 /src/video_core/rasterizer_interface.h
parentTexture Cache: Improve accuracy of sparse texture detection. (diff)
downloadyuzu-8f9f142956bb5de205cad2237f0cf60770796867.tar.gz
yuzu-8f9f142956bb5de205cad2237f0cf60770796867.tar.xz
yuzu-8f9f142956bb5de205cad2237f0cf60770796867.zip
Texture Cache: Address feedback.
Diffstat (limited to 'src/video_core/rasterizer_interface.h')
-rw-r--r--src/video_core/rasterizer_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h
index c0ba32346..0cec4225b 100644
--- a/src/video_core/rasterizer_interface.h
+++ b/src/video_core/rasterizer_interface.h
@@ -87,7 +87,7 @@ public:
87 /// Unmap memory range 87 /// Unmap memory range
88 virtual void UnmapMemory(VAddr addr, u64 size) = 0; 88 virtual void UnmapMemory(VAddr addr, u64 size) = 0;
89 89
90 /// Unmap memory range 90 /// Remap GPU memory range. This means underneath backing memory changed
91 virtual void ModifyGPUMemory(GPUVAddr addr, u64 size) = 0; 91 virtual void ModifyGPUMemory(GPUVAddr addr, u64 size) = 0;
92 92
93 /// Notify rasterizer that any caches of the specified region should be flushed to Switch memory 93 /// Notify rasterizer that any caches of the specified region should be flushed to Switch memory