mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(更新:Akabane Jumpei)
FINAL_ROMビルド時の出力制御を追加 git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1927 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
a89d6d77ae
commit
4b27e8facc
@ -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