mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
rsx: Fix pfifo ret opcode
This commit is contained in:
parent
a47ebad24c
commit
72ba062b1a
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ namespace rsx
|
|||
continue;
|
||||
}
|
||||
|
||||
if (cmd == RSX_METHOD_RETURN_CMD)
|
||||
if ((cmd & ~0xfffc) == RSX_METHOD_RETURN_CMD)
|
||||
{
|
||||
if (m_return_addr == -1)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue