mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 15:00:02 +00:00
Shader: Remove an unneeded assert, the negate bit is implemented for conversion instructions.
This commit is contained in:
parent
6eba539f4a
commit
9b1c49a9cf
1 changed files with 0 additions and 2 deletions
|
@ -1239,8 +1239,6 @@ private:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case OpCode::Type::Conversion: {
|
case OpCode::Type::Conversion: {
|
||||||
ASSERT_MSG(!instr.conversion.negate_a, "Unimplemented");
|
|
||||||
|
|
||||||
switch (opcode->GetId()) {
|
switch (opcode->GetId()) {
|
||||||
case OpCode::Id::I2I_R: {
|
case OpCode::Id::I2I_R: {
|
||||||
ASSERT_MSG(!instr.conversion.selector, "Unimplemented");
|
ASSERT_MSG(!instr.conversion.selector, "Unimplemented");
|
||||||
|
|
Loading…
Reference in a new issue