mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 15:12:33 -07: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