mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12: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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case NV4097_SET_NO_PARANOID_TEXTURE_FETCHES:
|
||||||
|
{
|
||||||
|
// Nothing to do here
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
case NV4097_INVALIDATE_VERTEX_CACHE_FILE:
|
case NV4097_INVALIDATE_VERTEX_CACHE_FILE:
|
||||||
{
|
{
|
||||||
// Nothing to do here
|
// Nothing to do here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue