mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-11 16:21:07 +00:00
fix: Clang fix part 2: Electric bogaloo
This commit is contained in:
@@ -18,8 +18,8 @@ constexpr u32 ComputeInline = 0x6D;
|
||||
|
||||
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_, *this, channel_state_} {}
|
||||
: gpu{gpu_}, system{system_}, memory_manager{memory_manager_}, puller{gpu_, memory_manager_,
|
||||
*this, channel_state_} {}
|
||||
|
||||
DmaPusher::~DmaPusher() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user