DSP初期化が失敗するようになっているので暫定処置。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1595 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
nakasima 2008-06-11 01:06:33 +00:00
parent aef67a245f
commit 015de27fa3

View File

@ -190,6 +190,7 @@ void TwlMain( void )
CAMERA_Init();
// DSP初期化
#if 0
{
FSFile file[1];
MIWramSize sizeB = MI_WRAM_SIZE_128KB;
@ -209,6 +210,7 @@ void TwlMain( void )
}
DSP_UnloadJpegDecoder();
}
#endif
#endif // INIT_DEVICES_LIKE_UIG_LAUNCHER
// 各種パラメータの取得------------