RSX: Do not emit error when parsing NV4097_SET_NO_PARANOID_TEXTURE_FETCHES

This opcode disables whole quad fetch on RSX, this is handled by drivers
on PC api.
This commit is contained in:
vlj 2015-06-08 20:09:44 +02:00
parent 288581cb43
commit 4485e6b869

View file

@ -1174,6 +1174,12 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, const u32 args_addr, const
break;
}
case NV4097_SET_NO_PARANOID_TEXTURE_FETCHES:
{
// Nothing to do here
break;
}
case NV4097_INVALIDATE_VERTEX_CACHE_FILE:
{
// Nothing to do here