aica: Terminate the dsp at shutdown

This commit is contained in:
Flyinghead 2018-08-13 16:34:29 +02:00
parent 958447f12d
commit 94c995510e
1 changed files with 1 additions and 1 deletions

View File

@ -1118,7 +1118,7 @@ void sgc_Init()
void sgc_Term() void sgc_Term()
{ {
dsp_term();
} }
void WriteChannelReg8(u32 channel,u32 reg) void WriteChannelReg8(u32 channel,u32 reg)