Remove color target

This commit is contained in:
Vincent Lejeune 2015-10-10 01:19:20 +02:00
parent 71552f7ffe
commit 8dd19d1446
7 changed files with 18 additions and 22 deletions

View file

@ -1407,10 +1407,7 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, const u32 args_addr, const
}
case NV4097_SET_SURFACE_COLOR_TARGET:
{
m_surface_color_target = ARGS(0);
break;
}
case NV4097_SET_SURFACE_COLOR_AOFFSET:
{