mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-12 00:40:14 +00:00
d3d12: Fix for fragment decompiler
This commit is contained in:
parent
f2985f12c1
commit
eb1b8b748a
@ -70,7 +70,7 @@ std::string D3D12FragmentDecompiler::compareFunction(COMPARE f, const std::strin
|
||||
default:
|
||||
abort();
|
||||
case COMPARE::FUNCTION_SEQ:
|
||||
return "(" + Op0 + " == " + Op1 + ".xxxx";
|
||||
return "(" + Op0 + " == " + Op1 + ").xxxx";
|
||||
case COMPARE::FUNCTION_SGE:
|
||||
return "(" + Op0 + " >= " + Op1 +").xxxx";
|
||||
case COMPARE::FUNCTION_SGT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user