Remove logic Op

This commit is contained in:
Vincent Lejeune 2015-10-10 00:59:41 +02:00
parent b2a7f0fd11
commit 71552f7ffe
6 changed files with 9 additions and 21 deletions

View file

@ -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: