mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 17:27:50 +00:00
Shaders: Added decodings for the FSET instructions.
This commit is contained in:
parent
9add4dba81
commit
74c89df1c8
2 changed files with 30 additions and 9 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue