mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-15 01:56:59 +02:00
Removed saturate assert
Saturate already implemented
This commit is contained in:
parent
8c1594cb42
commit
70692108c0
2 changed files with 0 additions and 2 deletions
|
|
@ -1436,7 +1436,6 @@ private:
|
|||
std::string op_b = instr.ffma.negate_b ? "-" : "";
|
||||
std::string op_c = instr.ffma.negate_c ? "-" : "";
|
||||
|
||||
ASSERT_MSG(instr.ffma.saturate == 0, "FFMA Saturate not implemented");
|
||||
ASSERT_MSG(instr.ffma.cc == 0, "FFMA cc not implemented");
|
||||
ASSERT_MSG(instr.ffma.tab5980_0 == 1, "FFMA tab5980_0({}) not implemented",
|
||||
instr.ffma.tab5980_0.Value()); // Seems to be 1 by default based on SMO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue