add support for SPI shutdown, btw

This commit is contained in:
StapleButter
2017-09-21 03:59:12 +02:00
parent 0aa3434ec7
commit 495d0ba12d
8 changed files with 34 additions and 5 deletions

View File

@ -114,6 +114,11 @@ void Reset()
NDS::ScheduleEvent(NDS::Event_SPU, true, 1024*16, Mix, 16);
}
void Stop()
{
memset(OutputBuffer, 0, 2*OutputBufferSize*2);
}
void SetBias(u16 bias)
{