リストアツールで国別設定をデフォルトにしてしまう問題を修正。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@504 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
miya 2010-05-05 23:54:27 +00:00
parent d090351ae0
commit 0d9f6d38d0
2 changed files with 7 additions and 1 deletions

View File

@ -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;

View File

@ -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 ) {