mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
fix more bugs, get further
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user