diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/gpu.h | 6 |
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: | |||
| 190 | /// Returns a const reference to the GPU DMA pusher. | 190 | /// Returns a const reference to the GPU DMA pusher. |
| 191 | [[nodiscard]] const Tegra::DmaPusher& DmaPusher() const; | 191 | [[nodiscard]] const Tegra::DmaPusher& DmaPusher() const; |
| 192 | 192 | ||
| 193 | /// Returns a reference to the GPU CDMA pusher. | ||
| 194 | [[nodiscard]] Tegra::CDmaPusher& CDmaPusher(); | ||
| 195 | |||
| 196 | /// Returns a const reference to the GPU CDMA pusher. | ||
| 197 | [[nodiscard]] const Tegra::CDmaPusher& CDmaPusher() const; | ||
| 198 | |||
| 199 | /// Returns a reference to the underlying renderer. | 193 | /// Returns a reference to the underlying renderer. |
| 200 | [[nodiscard]] VideoCore::RendererBase& Renderer(); | 194 | [[nodiscard]] VideoCore::RendererBase& Renderer(); |
| 201 | 195 | ||