sadge unused wariable errors

This commit is contained in:
Maufeat 2025-07-22 21:45:40 +02:00
parent b85708da01
commit 0ce6371f27

View file

@ -14,7 +14,7 @@
namespace Tegra {
constexpr u32 MacroRegistersStart = 0xE00;
constexpr u32 ComputeInline = 0x6D;
//constexpr u32 ComputeInline = 0x6D;
DmaPusher::DmaPusher(Core::System& system_, GPU& gpu_, MemoryManager& memory_manager_,
Control::ChannelState& channel_state_)