mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 09:32:42 +00:00
rsx: Fix pfifo ret opcode
This commit is contained in:
parent
a47ebad24c
commit
72ba062b1a
@ -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…
x
Reference in New Issue
Block a user