mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 21:25:46 +00:00
gpu: Remove obsoleted CDMAPusher() accessors
These were obsoleted in 10cc89bfdf
but
were accidentally overlooked.
This commit is contained in:
parent
4a497fc961
commit
4c5c860587
1 changed files with 0 additions and 6 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue