mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
trunk rev.1927のマージ
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080717_SDK500ss4_branch@1928 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
0ea5d8cb96
commit
29e804ca0c
@ -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 -------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user