mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 08:35:47 +00:00
maxwell_3d: Silence implicit conversion warnings
While we are at it, unify types for dirty reg pointers.
This commit is contained in:
parent
09dbaa2674
commit
15a52a86bd
2 changed files with 25 additions and 24 deletions
|
@ -1166,6 +1166,8 @@ public:
|
|||
|
||||
struct DirtyRegs {
|
||||
static constexpr std::size_t NUM_REGS = 256;
|
||||
static_assert(NUM_REGS - 1 <= std::numeric_limits<u8>::max());
|
||||
|
||||
union {
|
||||
struct {
|
||||
bool null_dirty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue