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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user