mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-03 03:27:51 -05:00
maxwell_3d: Silence implicit conversion warnings
While we are at it, unify types for dirty reg pointers.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user