From 29e804ca0cb9e2ab065c0897c7f077a52563e4ff Mon Sep 17 00:00:00 2001 From: yoshida_teruhisa Date: Thu, 17 Jul 2008 02:22:13 +0000 Subject: [PATCH] =?UTF-8?q?trunk=20rev.1927=E3=81=AE=E3=83=9E=E3=83=BC?= =?UTF-8?q?=E3=82=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080717_SDK500ss4_branch@1928 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- include/sysmenu/hotsw/common/hotsw.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/sysmenu/hotsw/common/hotsw.h b/include/sysmenu/hotsw/common/hotsw.h index abdb9654..1bd0f629 100644 --- a/include/sysmenu/hotsw/common/hotsw.h +++ b/include/sysmenu/hotsw/common/hotsw.h @@ -26,6 +26,7 @@ extern "C" { // Define ------------------------------------------------------------------- #define SYSM_HOTSW_ENABLE_ROMEMU #define USE_WRAM_LOAD +//#define INITIAL_KEYTABLE_PRELOAD //#define USE_NEW_DMA //#define HOTSW_NO_MESSAGE // Printf抑制スイッチ @@ -37,6 +38,9 @@ extern "C" { #define HOTSW_TPrintf OS_TPrintf #define HOTSW_PutString OS_PutString #endif +#else + #define HOTSW_TPrintf( ... ) ((void)0) + #define HOTSW_PutString( ... ) ((void)0) #endif // enum -------------------------------------------------------------------