mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-29 15:36:32 -05:00
Shader: Remove an unneeded assert, the negate bit is implemented for conversion instructions.
This commit is contained in:
@@ -1239,8 +1239,6 @@ private:
|
||||
break;
|
||||
}
|
||||
case OpCode::Type::Conversion: {
|
||||
ASSERT_MSG(!instr.conversion.negate_a, "Unimplemented");
|
||||
|
||||
switch (opcode->GetId()) {
|
||||
case OpCode::Id::I2I_R: {
|
||||
ASSERT_MSG(!instr.conversion.selector, "Unimplemented");
|
||||
|
Reference in New Issue
Block a user