mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
FINALROM対応
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@509 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
90d2377e65
commit
d8d4cf3fca
@ -26,9 +26,11 @@ extern "C" {
|
|||||||
#define HOTSW_NO_MESSAGE // Printf抑制スイッチ
|
#define HOTSW_NO_MESSAGE // Printf抑制スイッチ
|
||||||
|
|
||||||
#ifdef HOTSW_NO_MESSAGE
|
#ifdef HOTSW_NO_MESSAGE
|
||||||
|
#ifndef SDK_FINALROM
|
||||||
#define OS_TPrintf( ... ) ((void)0)
|
#define OS_TPrintf( ... ) ((void)0)
|
||||||
#define OS_PutString( ... ) ((void)0)
|
#define OS_PutString( ... ) ((void)0)
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define KEY_BUF_SIZE 3 // Blowfishキーのバッファサイズ
|
#define KEY_BUF_SIZE 3 // Blowfishキーのバッファサイズ
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user