mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
DS互換モードサウンド対応。
TwlSDK-r2947の変更に対応。 git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@340 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
d7be8245c9
commit
887c0b4f6e
@ -34,7 +34,7 @@
|
||||
#include <twl/cdc.h>
|
||||
#include <twl/aes.h>
|
||||
#include <twl/mcu.h>
|
||||
#include <twl/hw/ARM7/mmap_wramEnv.h>
|
||||
#include <twl/hw/common/mmap_wramEnv.h>
|
||||
#include <sysmenu.h>
|
||||
#include "nvram_sp.h"
|
||||
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
*---------------------------------------------------------------------------*/
|
||||
|
||||
#include <twl.h>
|
||||
#include <twl/cdc.h>
|
||||
#include <sysmenu.h>
|
||||
#include "reboot.h"
|
||||
|
||||
@ -140,6 +141,11 @@ BOOL BOOT_WaitStart( void )
|
||||
else
|
||||
{
|
||||
target = REBOOT_TARGET_DS_APP;
|
||||
CDC_GoDsMode();
|
||||
// DSサウンド:DSP = 8:0
|
||||
// 32KHz
|
||||
reg_SND_SMX_CNT = REG_SND_SMX_CNT_MIX_RATE_MASK |
|
||||
REG_SND_SMX_CNT_E_MASK;
|
||||
}
|
||||
|
||||
// リブート
|
||||
|
||||
Loading…
Reference in New Issue
Block a user