mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-10 18:19:06 +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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cmd == RSX_METHOD_RETURN_CMD)
|
if ((cmd & ~0xfffc) == RSX_METHOD_RETURN_CMD)
|
||||||
{
|
{
|
||||||
if (m_return_addr == -1)
|
if (m_return_addr == -1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue