mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
CODECモード切替前のサウンド回路停止(REBOOT内でも再度停止処理している)。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@572 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
8646067792
commit
a9745d87b7
@ -170,6 +170,9 @@ BOOL BOOT_WaitStart( void )
|
||||
}
|
||||
mem_list[list_count] = NULL;
|
||||
|
||||
// サウンド停止
|
||||
SND_Disable();
|
||||
|
||||
// アプリケーション選択
|
||||
if ( dh->s.platform_code )
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user