From 4b27e8facc25ad59b24a90022c4cac07d8cb189f Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Thu, 17 Jul 2008 02:19:53 +0000 Subject: [PATCH] =?UTF-8?q?(=E6=9B=B4=E6=96=B0=EF=BC=9AAkabane=20Jumpei)?= =?UTF-8?q?=20FINAL=5FROM=E3=83=93=E3=83=AB=E3=83=89=E6=99=82=E3=81=AE?= =?UTF-8?q?=E5=87=BA=E5=8A=9B=E5=88=B6=E5=BE=A1=E3=82=92=E8=BF=BD=E5=8A=A0?= 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/trunk@1927 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 -------------------------------------------------------------------