mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 18:27:58 -05: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