mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-03 13:15:34 +01:00
fix: CLang fix
This commit is contained in:
parent
c33ccfaa71
commit
94a84f5943
95 changed files with 261 additions and 259 deletions
|
|
@ -24,9 +24,8 @@ constexpr u32 MacroRegistersStart = 0xE00;
|
|||
|
||||
Maxwell3D::Maxwell3D(Core::System& system_, MemoryManager& memory_manager_)
|
||||
: draw_manager{std::make_unique<DrawManager>(this)}, system{system_},
|
||||
memory_manager{memory_manager_}, macro_engine{GetMacroEngine(*this)}, upload_state{
|
||||
memory_manager,
|
||||
regs.upload} {
|
||||
memory_manager{memory_manager_}, macro_engine{GetMacroEngine(*this)},
|
||||
upload_state{memory_manager, regs.upload} {
|
||||
dirty.flags.flip();
|
||||
InitializeRegisterDefaults();
|
||||
execution_mask.reset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue