mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-10 21:32:32 -07:00
Shaders: Added decodings for the FSET instructions.
This commit is contained in:
@@ -519,7 +519,7 @@ private:
|
||||
}
|
||||
break;
|
||||
}
|
||||
case OpCode::Type::FloatPredicate: {
|
||||
case OpCode::Type::FloatSetPredicate: {
|
||||
std::string op_a = instr.fsetp.neg_a ? "-" : "";
|
||||
op_a += GetRegister(instr.gpr8);
|
||||
|
||||
|
Reference in New Issue
Block a user