mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
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:
parent
288581cb43
commit
4485e6b869
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue