summaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache
diff options
context:
space:
mode:
authorGravatar Lioncash2020-04-15 22:33:27 -0400
committerGravatar Lioncash2020-04-15 22:33:29 -0400
commit11837e8f135d53654b84d4b00e8a3b305151c0d8 (patch)
tree363de9cfe92e41175dd12bead3c58f6dea640143 /src/video_core/texture_cache
parentMerge pull request #3612 from ReinUsesLisp/red (diff)
downloadyuzu-11837e8f135d53654b84d4b00e8a3b305151c0d8.tar.gz
yuzu-11837e8f135d53654b84d4b00e8a3b305151c0d8.tar.xz
yuzu-11837e8f135d53654b84d4b00e8a3b305151c0d8.zip
video_core: Amend doxygen comment references
Fixes broken documentation references.
Diffstat (limited to 'src/video_core/texture_cache')
-rw-r--r--src/video_core/texture_cache/texture_cache.h8
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:
614 * textures within the GPU if possible. Falls back to LLE when it isn't possible to use any of 614 * textures within the GPU if possible. Falls back to LLE when it isn't possible to use any of
615 * the HLE methods. 615 * the HLE methods.
616 * 616 *
617 * @param overlaps The overlapping surfaces registered in the cache. 617 * @param overlaps The overlapping surfaces registered in the cache.
618 * @param params The parameters on the new surface. 618 * @param params The parameters on the new surface.
619 * @param gpu_addr The starting address of the new surface. 619 * @param gpu_addr The starting address of the new surface.
620 * @param cache_addr The starting address of the new surface on physical memory. 620 * @param cpu_addr The starting address of the new surface on physical memory.
621 */ 621 */
622 std::optional<std::pair<TSurface, TView>> Manage3DSurfaces(std::vector<TSurface>& overlaps, 622 std::optional<std::pair<TSurface, TView>> Manage3DSurfaces(std::vector<TSurface>& overlaps,
623 const SurfaceParams& params, 623 const SurfaceParams& params,