mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-12 09:40:53 +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:
|
default:
|
||||||
abort();
|
abort();
|
||||||
case COMPARE::FUNCTION_SEQ:
|
case COMPARE::FUNCTION_SEQ:
|
||||||
return "(" + Op0 + " == " + Op1 + ".xxxx";
|
return "(" + Op0 + " == " + Op1 + ").xxxx";
|
||||||
case COMPARE::FUNCTION_SGE:
|
case COMPARE::FUNCTION_SGE:
|
||||||
return "(" + Op0 + " >= " + Op1 +").xxxx";
|
return "(" + Op0 + " >= " + Op1 +").xxxx";
|
||||||
case COMPARE::FUNCTION_SGT:
|
case COMPARE::FUNCTION_SGT:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user