|
|
| version 1.6, 2004/01/27 07:51:49 | version 1.8, 2004/07/15 13:48:40 |
|---|---|
| Line 13 | Line 13 |
| #include "sound.h" | #include "sound.h" |
| #include "beep.h" | #include "beep.h" |
| #include "diskdrv.h" | #include "diskdrv.h" |
| #include "keystat.h" | |
| #include "vramhdl.h" | #include "vramhdl.h" |
| #include "menubase.h" | #include "menubase.h" |
| #include "menustr.h" | #include "menustr.h" |
| Line 479 BOOL sysmenu_create(void) { | Line 480 BOOL sysmenu_create(void) { |
| if (menusys_create(s_main, sys_cmd, MICON_NP2, str_np2)) { | if (menusys_create(s_main, sys_cmd, MICON_NP2, str_np2)) { |
| goto smcre_err; | goto smcre_err; |
| } | } |
| #if defined(SIZE_QVGA) | #if defined(SUPPORT_SOFTKBD) |
| menusys_setstyle(MENUSTYLE_BOTTOM); | menusys_setstyle(MENUSTYLE_BOTTOM); |
| #endif | #endif |
| return(SUCCESS); | return(SUCCESS); |