mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
rsx fifo: Stability improvements
* Restore stack in fifo error handling * Update get register after the cmd execution * Fix put pause in the middle of command * Add restore points when branching to self * Precise nopcmd detection * Test all invalid cmds for early treatment of queue corruption
This commit is contained in:
parent
835a552d8d
commit
87988e9da8
5 changed files with 61 additions and 38 deletions
|
@ -676,6 +676,7 @@ namespace rsx
|
|||
if (sync_point_request)
|
||||
{
|
||||
restore_point = ctrl->get;
|
||||
restore_ret = m_return_addr;
|
||||
sync_point_request = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue