rsx: Get rid of invalid_command_interrupt_raised

This commit is contained in:
Eladash 2020-03-28 13:11:35 +03:00 committed by kd-11
parent d97e9f7b4a
commit 2ed370093e
4 changed files with 4 additions and 12 deletions

View file

@ -614,13 +614,6 @@ namespace rsx
if (auto method = methods[reg])
{
method(this, reg, value);
if (invalid_command_interrupt_raised)
{
fifo_ctrl->abort();
recover_fifo();
return;
}
}
}
while (fifo_ctrl->read_unsafe(command));