From 4209f51e50eb33bbe84dd22363b8b1759170e539 Mon Sep 17 00:00:00 2001 From: kamikawa Date: Thu, 24 Jul 2008 12:59:09 +0000 Subject: [PATCH] =?UTF-8?q?(SystemUpdater)=20TS=E3=83=9C=E3=83=BC=E3=83=89?= =?UTF-8?q?=EF=BC=8B=E6=97=A7=E4=BB=95=E6=A7=98=E3=83=87=E3=83=90=E3=83=83?= =?UTF-8?q?=E3=82=AC=E3=82=92=E6=AD=A3=E3=81=97=E3=81=8F=E5=88=A4=E5=AE=9A?= =?UTF-8?q?=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84=E4=B8=8D=E5=85=B7=E5=90=88?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=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@1991 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_tools/SystemUpdater/ARM9.TWL/src/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/src/main.c b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/src/main.c index f898500a..de92bfc2 100644 --- a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/src/main.c +++ b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/src/main.c @@ -196,6 +196,10 @@ TwlMain() { running = IS_TWL_DEBUGGER; } + else if (type == IS_TOOL_TYPE_ERROR) // TSボードプラス + 旧仕様デバッガ + { + running = IS_TWL_DEBUGGER; + } else if (type == IS_TOOL_TYPE_CAPTURE) { running = IS_TWL_CAPTURE;