From 015de27fa303da33518082cc6bebfc03e4c77462 Mon Sep 17 00:00:00 2001 From: nakasima Date: Wed, 11 Jun 2008 01:06:33 +0000 Subject: [PATCH] =?UTF-8?q?DSP=E5=88=9D=E6=9C=9F=E5=8C=96=E3=81=8C?= =?UTF-8?q?=E5=A4=B1=E6=95=97=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=84=E3=82=8B=E3=81=AE=E3=81=A7?= =?UTF-8?q?=E6=9A=AB=E5=AE=9A=E5=87=A6=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1595 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/systemMenu_RED/Launcher/ARM9/src/main.c b/build/systemMenu_RED/Launcher/ARM9/src/main.c index 20b01ffe..8fba7a72 100644 --- a/build/systemMenu_RED/Launcher/ARM9/src/main.c +++ b/build/systemMenu_RED/Launcher/ARM9/src/main.c @@ -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 // 各種パラメータの取得------------