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:
kd-11 2017-10-11 01:31:26 +03:00
parent 58860614e3
commit 9af71699a4
3 changed files with 5 additions and 7 deletions

View file

@ -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;
}