aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorLioncash <[email protected]>2022-01-25 12:53:53 -0500
committerLioncash <[email protected]>2022-01-25 12:53:56 -0500
commit9b38c8ef08cc6f7496308ca84fc81669a8b09044 (patch)
tree0847cdbd6d9434a1f01edf23a1b90e11d5776227 /src/video_core/gpu.h
parent2136ebccd65a27bc4aa64e5f9174abd994247641 (diff)
downloadyuzu-android-9b38c8ef08cc6f7496308ca84fc81669a8b09044.tar.gz
yuzu-android-9b38c8ef08cc6f7496308ca84fc81669a8b09044.zip
gpu: Remove obsoleted CDMAPusher() accessors
These were obsoleted in 2c47f8aa1886522898b5b3a73185b5662be3e9f3 but were accidentally overlooked.
Diffstat (limited to 'src/video_core/gpu.h')
-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();