From 0d9f6d38d015e07a6ca5ae2769dffb11fd88db83 Mon Sep 17 00:00:00 2001 From: miya Date: Wed, 5 May 2010 23:54:27 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=82=B9=E3=83=88=E3=82=A2=E3=83=84?= =?UTF-8?q?=E3=83=BC=E3=83=AB=E3=81=A7=E5=9B=BD=E5=88=A5=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88=E3=81=AB?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86=E5=95=8F=E9=A1=8C?= =?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/TwlToolsRED@504 7061adef-622a-194b-ae81-725974e89856 --- build/tools/sctools/common/src/mydata.h | 2 +- build/tools/sctools/copy_dst/src/main.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build/tools/sctools/common/src/mydata.h b/build/tools/sctools/common/src/mydata.h index bed7e66..2a6a9a5 100644 --- a/build/tools/sctools/common/src/mydata.h +++ b/build/tools/sctools/common/src/mydata.h @@ -3,7 +3,7 @@ #define MY_DATA_VERSION_MAJOR 2 -#define MY_DATA_VERSION_MINOR 0 +#define MY_DATA_VERSION_MINOR 1 typedef struct { u8 version_major; diff --git a/build/tools/sctools/copy_dst/src/main.c b/build/tools/sctools/copy_dst/src/main.c index 9b68082..a06bdba 100644 --- a/build/tools/sctools/copy_dst/src/main.c +++ b/build/tools/sctools/copy_dst/src/main.c @@ -2035,6 +2035,8 @@ void TwlMain(void) } else if ( keyData & PAD_BUTTON_X ) { if( FALSE == reboot_flag ) { +// nishimura 20100422 +#if 0 //miya 20091116 int slot_no = 0; @@ -2228,6 +2230,7 @@ void TwlMain(void) m_set_palette(tc[0], M_TEXT_COLOR_WHITE ); } } +#endif } else { no_network_flag = FALSE; @@ -2429,7 +2432,10 @@ void TwlMain(void) if( FALSE == reboot_flag ) { mfprintf(tc[1], "press Y to RESTORE mode\n"); +// nishimura 20100422 +#if 0 mfprintf(tc[1], "press X to OVERWRITE the Net setting\n"); +#endif } else { switch( select_mode ) {