mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
マイコンもDSモードへ遷移。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@345 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
25592759b2
commit
950de4a028
@ -16,6 +16,7 @@
|
||||
*---------------------------------------------------------------------------*/
|
||||
|
||||
#include <twl.h>
|
||||
#include <twl/mcu.h>
|
||||
#include <twl/cdc.h>
|
||||
#include <sysmenu.h>
|
||||
#include "reboot.h"
|
||||
@ -141,6 +142,7 @@ BOOL BOOT_WaitStart( void )
|
||||
else
|
||||
{
|
||||
target = REBOOT_TARGET_DS_APP;
|
||||
MCU_GoDsMode();
|
||||
CDC_GoDsMode();
|
||||
// DSサウンド:DSP = 8:0
|
||||
// 32KHz
|
||||
|
||||
Loading…
Reference in New Issue
Block a user