mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
rsx: Get rid of invalid_command_interrupt_raised
This commit is contained in:
parent
d97e9f7b4a
commit
2ed370093e
4 changed files with 4 additions and 12 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue