fix more bugs, get further

This commit is contained in:
Arisotura
2019-06-19 15:26:38 +02:00
parent 78b28f6a5c
commit 6e5879f8bb
2 changed files with 5 additions and 2 deletions

View File

@ -243,6 +243,7 @@ void WriteInputFIFO(u32 val)
{
Cnt &= ~(1<<31);
if (Cnt & (1<<30)) NDS::SetIRQ2(NDS::IRQ2_DSi_AES);
DSi::StopNDMAs(1, 0x2B);
}
}