Browse Source

Remove obsolete code

pull/276/head
MaranBr 7 months ago
committed by crueter
parent
commit
fdabc472ca
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 7
      src/video_core/dma_pusher.cpp

7
src/video_core/dma_pusher.cpp

@ -18,13 +18,6 @@ namespace Tegra {
constexpr u32 MacroRegistersStart = 0xE00;
[[maybe_unused]] constexpr u32 ComputeInline = 0x6D;
//start on PR#76 of Eden this is a unused variable in android (need to investigate)
// Dummy function that uses ComputeInline
constexpr void UseComputeInline() {
static_cast<void>(ComputeInline); // Suppress unused variable error
}
DmaPusher::DmaPusher(Core::System& system_, GPU& gpu_, MemoryManager& memory_manager_,
Control::ChannelState& channel_state_)
: gpu{gpu_}, system{system_}, memory_manager{memory_manager_}, puller{gpu_, memory_manager_,

Loading…
Cancel
Save