mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Remove logic Op
This commit is contained in:
parent
b2a7f0fd11
commit
71552f7ffe
6 changed files with 9 additions and 21 deletions
|
@ -1234,18 +1234,12 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, const u32 args_addr, const
|
|||
|
||||
// Logic Ops
|
||||
case NV4097_SET_LOGIC_OP_ENABLE:
|
||||
{
|
||||
m_set_logic_op = ARGS(0) ? true : false;
|
||||
notifyBlendStateChange();
|
||||
break;
|
||||
}
|
||||
|
||||
case NV4097_SET_LOGIC_OP:
|
||||
{
|
||||
m_logic_op = ARGS(0);
|
||||
notifyBlendStateChange();
|
||||
break;
|
||||
}
|
||||
|
||||
// Dithering
|
||||
case NV4097_SET_DITHER_ENABLE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue