mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
MachineSettingのユーザーネーム設定画面
とりあえず文字リストを表示できるように git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@161 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
3fb9f3bed2
commit
734c3d8740
@ -32,8 +32,7 @@ TARGET_BIN = main.srl
|
||||
ROM_SPEC = main.rsf
|
||||
|
||||
SRCS = main.c misc.c \
|
||||
MachineSetting.c setRTC.c selectLanguage.c calibrationTP.c
|
||||
#setOwnerInfo.c
|
||||
MachineSetting.c setRTC.c selectLanguage.c calibrationTP.c setOwnerInfo.c
|
||||
|
||||
|
||||
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||
|
||||
@ -93,7 +93,7 @@ static const u16 *const s_pStrSettingElemTbl[ SETTING_MENU_ELEMENT_NUM ][ TWL_LA
|
||||
static MenuPos s_settingPos[] = {
|
||||
{ TRUE, 4 * 8, 8 * 8 },
|
||||
{ TRUE, 4 * 8, 10 * 8 },
|
||||
{ FALSE, 4 * 8, 12 * 8 },
|
||||
{ TRUE, 4 * 8, 12 * 8 },
|
||||
{ TRUE, 4 * 8, 14 * 8 },
|
||||
};
|
||||
|
||||
@ -186,8 +186,8 @@ int MachineSettingMain( void )
|
||||
g_pNowProcess = SetRTCMain;
|
||||
break;
|
||||
case 2:
|
||||
// SetOwnerInfoInit();
|
||||
// g_pNowProcess = SetOwnerInfoMain;
|
||||
SetOwnerInfoInit();
|
||||
g_pNowProcess = SetOwnerInfoMain;
|
||||
break;
|
||||
case 3:
|
||||
TP_CalibrationInit();
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user