mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 10:57:59 -05:00
Revert "Start of Integer flags implementation"
This reverts #4713. The implementation in that PR is not accurate. It does not reflect the behavior seen in hardware.
This commit is contained in:
@ -465,14 +465,6 @@ public:
|
||||
return operands.size();
|
||||
}
|
||||
|
||||
NodeBlock& GetOperands() {
|
||||
return operands;
|
||||
}
|
||||
|
||||
const NodeBlock& GetOperands() const {
|
||||
return operands;
|
||||
}
|
||||
|
||||
[[nodiscard]] const Node& operator[](std::size_t operand_index) const {
|
||||
return operands.at(operand_index);
|
||||
}
|
||||
|
Reference in New Issue
Block a user