summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-01-25 18:53:53 +0100
committerLioncash <mathew1800@gmail.com>2022-01-25 18:53:56 +0100
commit9b38c8ef08cc6f7496308ca84fc81669a8b09044 (patch)
tree0847cdbd6d9434a1f01edf23a1b90e11d5776227
parentMerge pull request #7761 from v1993/patch-8 (diff)
downloadyuzu-9b38c8ef08cc6f7496308ca84fc81669a8b09044.tar
yuzu-9b38c8ef08cc6f7496308ca84fc81669a8b09044.tar.gz
yuzu-9b38c8ef08cc6f7496308ca84fc81669a8b09044.tar.bz2
yuzu-9b38c8ef08cc6f7496308ca84fc81669a8b09044.tar.lz
yuzu-9b38c8ef08cc6f7496308ca84fc81669a8b09044.tar.xz
yuzu-9b38c8ef08cc6f7496308ca84fc81669a8b09044.tar.zst
yuzu-9b38c8ef08cc6f7496308ca84fc81669a8b09044.zip
-rw-r--r--src/video_core/gpu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index 3188b83ed..42e301bb2 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -190,12 +190,6 @@ public:
/// Returns a const reference to the GPU DMA pusher.
[[nodiscard]] const Tegra::DmaPusher& DmaPusher() const;
- /// Returns a reference to the GPU CDMA pusher.
- [[nodiscard]] Tegra::CDmaPusher& CDmaPusher();
-
- /// Returns a const reference to the GPU CDMA pusher.
- [[nodiscard]] const Tegra::CDmaPusher& CDmaPusher() const;
-
/// Returns a reference to the underlying renderer.
[[nodiscard]] VideoCore::RendererBase& Renderer();