From cd8bbc646d46e44776349dd14f90e0a27906703a Mon Sep 17 00:00:00 2001 From: nakasima Date: Thu, 5 Jun 2008 02:59:37 +0000 Subject: [PATCH] =?UTF-8?q?UIG=E3=83=A9=E3=83=B3=E3=83=81=E3=83=A3?= =?UTF-8?q?=E3=83=BC=E3=81=A8=E7=B5=82=E4=BA=86=E5=87=A6=E7=90=86=E3=82=92?= =?UTF-8?q?=E5=90=88=E3=82=8F=E3=81=9B=E3=82=8B=E3=81=9F=E3=82=81=E3=80=81?= =?UTF-8?q?DSP=E3=81=A8=E3=82=AB=E3=83=A1=E3=83=A9=E3=81=AE=E5=88=9D?= =?UTF-8?q?=E6=9C=9F=E5=8C=96=E3=81=AE=E3=81=BF=E8=A1=8C=E3=81=86=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@1578 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/src/main.c | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/build/systemMenu_RED/Launcher/ARM9/src/main.c b/build/systemMenu_RED/Launcher/ARM9/src/main.c index b3ede4db..20b01ffe 100644 --- a/build/systemMenu_RED/Launcher/ARM9/src/main.c +++ b/build/systemMenu_RED/Launcher/ARM9/src/main.c @@ -16,6 +16,9 @@ *---------------------------------------------------------------------------*/ #include +#include +#include +#include #include "launcher.h" #include "misc.h" #include "logoDemo.h" @@ -27,6 +30,8 @@ // define data----------------------------------------------------------------- +#define INIT_DEVICES_LIKE_UIG_LAUNCHER + // function's prototype------------------------------------------------------- static void INTR_VBlank( void ); static void deleteTmp(); @@ -95,6 +100,23 @@ static void debugWriteToSD( void ) } #endif +#ifdef INIT_DEVICES_LIKE_UIG_LAUNCHER + +static int CreateDspSlotBitmap(int slot_num) +{ + int i, bitmap; + bitmap = 0; + + for (i=0; i