Dsi memory pit - memory corruption
Posted: Thu Jun 16, 2022 4:29 am
Nds files launched from memory pit with sound enabled. Memory pit seems to leave sound capture enabled which causes heap corruption. Adding the following to the arm7 initialization seems to fix the issue:
REG_SNDCAP0CNT=0;
REG_SNDCAP1CNT=0;
REG_SNDCAP0CNT=0;
REG_SNDCAP1CNT=0;