mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
rsx: Minor fixes
- Dont skip cb if a problem occurs, just spin on it instead to allow possibility of recovery - Vulkan cleanup for the die_with_error helper
This commit is contained in:
parent
58860614e3
commit
9af71699a4
3 changed files with 5 additions and 7 deletions
|
@ -495,7 +495,6 @@ namespace rsx
|
|||
LOG_ERROR(RSX, "Invalid FIFO queue get/put registers found, get=0x%X, put=0x%X", get, put);
|
||||
|
||||
invalid_command_interrupt_raised = true;
|
||||
ctrl->get = put;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
@ -546,7 +545,6 @@ namespace rsx
|
|||
LOG_ERROR(RSX, "Invalid FIFO queue args ptr found, get=0x%X, cmd=0x%X, count=%d", get, cmd, count);
|
||||
|
||||
invalid_command_interrupt_raised = true;
|
||||
ctrl->get = put;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue