mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
maxwell_3d: change declaration order
This commit is contained in:
parent
d4e93cf38c
commit
f66743cd0c
1 changed files with 3 additions and 1 deletions
|
@ -1276,7 +1276,9 @@ public:
|
||||||
};
|
};
|
||||||
std::array<u32, NUM_REGS> reg_array;
|
std::array<u32, NUM_REGS> reg_array;
|
||||||
};
|
};
|
||||||
} regs{};
|
};
|
||||||
|
|
||||||
|
Regs regs{};
|
||||||
|
|
||||||
/// Store temporary hw register values, used by some calls to restore state after a operation
|
/// Store temporary hw register values, used by some calls to restore state after a operation
|
||||||
Regs shadow_state;
|
Regs shadow_state;
|
||||||
|
|
Loading…
Reference in a new issue