SimpleBenchmark : HOTSW_Initを呼ぶように変更

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1875 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yoshida_teruhisa 2008-07-14 08:22:52 +00:00
parent dc345e597a
commit dc1f46cf7f
3 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,8 @@ MISC_DIR = ../../../systemMenu_RED/misc
SRCS = main.c SimpleBenchmark.c \
$(MISC_DIR)/src/misc.c $(MISC_DIR)/src/cmn.c
LLIBRARIES = libhotsw$(TWL_LIBSUFFIX).a
LINCLUDES = $(MISC_DIR)/include
MAKEROM_FLAGS += -DTITLEID_LO='$(TITLEID_LO)'

View File

@ -40,6 +40,8 @@ SRCS = main.c SimpleBenchmark.c \
LINCLUDES = $(MISC_DIR)/include
LLIBRARIES = libhotsw$(TWL_LIBSUFFIX).a
MAKEROM_FLAGS += -DTITLEID_LO='$(TITLEID_LO)'
#MAKETAD_FLAGS += -s

View File

@ -40,6 +40,8 @@ void SimpleBenchmarkInit( void )
{
OS_InitTick();
HOTSW_Init();
GX_DispOff();
GXS_DispOff();
NNS_G2dCharCanvasClear( &gCanvas, TXT_COLOR_WHITE );