mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
SI: Don't cancel transfers
This commit is contained in:
parent
3e1a25ead0
commit
aaea38be46
@ -511,13 +511,11 @@ void RegisterMMIO(MMIO::Mapping* mmio, u32 base)
|
||||
// be careful: run si-buffer after updating the INT flags
|
||||
if (tmp_com_csr.TSTART)
|
||||
{
|
||||
if (s_com_csr.TSTART)
|
||||
CoreTiming::RemoveEvent(s_tranfer_pending_event);
|
||||
s_com_csr.TSTART = 1;
|
||||
RunSIBuffer(0, 0);
|
||||
}
|
||||
else if (s_com_csr.TSTART)
|
||||
{
|
||||
CoreTiming::RemoveEvent(s_tranfer_pending_event);
|
||||
}
|
||||
|
||||
if (!s_com_csr.TSTART)
|
||||
UpdateInterrupts();
|
||||
|
Loading…
Reference in New Issue
Block a user