rsx: Fix pfifo ret opcode

This commit is contained in:
eladash
2018-09-27 15:19:59 +03:00
committed by kd-11
parent a47ebad24c
commit 72ba062b1a
+1 -1
View File
@@ -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)
{ {