Browse Source

gpu: Remove obsoleted CDMAPusher() accessors

These were obsoleted in 10cc89bfdf but
were accidentally overlooked.
nce_cpp
Lioncash 4 years ago
parent
commit
4c5c860587
  1. 6
      src/video_core/gpu.h

6
src/video_core/gpu.h

@ -190,12 +190,6 @@ public:
/// Returns a const reference to the GPU DMA pusher. /// Returns a const reference to the GPU DMA pusher.
[[nodiscard]] const Tegra::DmaPusher& DmaPusher() const; [[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. /// Returns a reference to the underlying renderer.
[[nodiscard]] VideoCore::RendererBase& Renderer(); [[nodiscard]] VideoCore::RendererBase& Renderer();

Loading…
Cancel
Save