mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
add support for SPI shutdown, btw
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user