mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-09 04:38:50 -04:00
Shader_IR: Address Feedback.
This commit is contained in:
committed by
FernandoS27
parent
e3afd6595a
commit
be856a38d6
@@ -127,6 +127,10 @@ public:
|
||||
return gpr == b.gpr && value == b.value;
|
||||
}
|
||||
|
||||
bool operator!=(const ExprGprEqual& b) const {
|
||||
return !operator==(b);
|
||||
}
|
||||
|
||||
u32 gpr;
|
||||
u32 value;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user