diff options
author | Lioncash <mathew1800@gmail.com> | 2020-04-16 04:33:27 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-04-16 04:33:29 +0200 |
commit | 11837e8f135d53654b84d4b00e8a3b305151c0d8 (patch) | |
tree | 363de9cfe92e41175dd12bead3c58f6dea640143 /src/video_core/texture_cache | |
parent | Merge pull request #3612 from ReinUsesLisp/red (diff) | |
download | yuzu-11837e8f135d53654b84d4b00e8a3b305151c0d8.tar yuzu-11837e8f135d53654b84d4b00e8a3b305151c0d8.tar.gz yuzu-11837e8f135d53654b84d4b00e8a3b305151c0d8.tar.bz2 yuzu-11837e8f135d53654b84d4b00e8a3b305151c0d8.tar.lz yuzu-11837e8f135d53654b84d4b00e8a3b305151c0d8.tar.xz yuzu-11837e8f135d53654b84d4b00e8a3b305151c0d8.tar.zst yuzu-11837e8f135d53654b84d4b00e8a3b305151c0d8.zip |
Diffstat (limited to 'src/video_core/texture_cache')
-rw-r--r-- | src/video_core/texture_cache/texture_cache.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/video_core/texture_cache/texture_cache.h b/src/video_core/texture_cache/texture_cache.h index 4edd4313b..3e8663adf 100644 --- a/src/video_core/texture_cache/texture_cache.h +++ b/src/video_core/texture_cache/texture_cache.h @@ -614,10 +614,10 @@ private: * textures within the GPU if possible. Falls back to LLE when it isn't possible to use any of * the HLE methods. * - * @param overlaps The overlapping surfaces registered in the cache. - * @param params The parameters on the new surface. - * @param gpu_addr The starting address of the new surface. - * @param cache_addr The starting address of the new surface on physical memory. + * @param overlaps The overlapping surfaces registered in the cache. + * @param params The parameters on the new surface. + * @param gpu_addr The starting address of the new surface. + * @param cpu_addr The starting address of the new surface on physical memory. */ std::optional<std::pair<TSurface, TView>> Manage3DSurfaces(std::vector<TSurface>& overlaps, const SurfaceParams& params, |