mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-25 18:42:24 -07: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