mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
* AES-CCM decrypt
* fix a bunch of bugs
This commit is contained in:
@ -123,7 +123,10 @@ void DSi_NDMA::Start()
|
||||
if (((StartMode & 0x1F) != 0x10) && !(Cnt & (1<<29)))
|
||||
{
|
||||
if (IterCount > TotalRemCount)
|
||||
{
|
||||
IterCount = TotalRemCount;
|
||||
RemCount = IterCount;
|
||||
}
|
||||
}
|
||||
|
||||
if (Cnt & (1<<12)) CurDstAddr = DstAddr;
|
||||
|
Reference in New Issue
Block a user