バージョン表記を追加

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@580 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
N2205 2011-12-20 05:15:51 +00:00
parent 70f052b08b
commit b26748c307

View File

@ -22,6 +22,7 @@
// デバッグビルド
//#define DEBUG_SHOW_SDK_INFO
#define VERSION_STRING "ver 1.0"
#include <twl.h>
#include <nitro/os/ARM9/argument.h>
@ -173,7 +174,8 @@ static void DrawMainScene( void )
{
static u8 count = 0;
myDp_Printf( 0, 7, TXT_COLOR_BLACK, SUB_SCREEN, "Component SDK Version Identifier");
myDp_Printf( 0, 6, TXT_COLOR_BLACK, SUB_SCREEN, "Component SDK Version Identifier");
myDp_Printf( 0, 7, TXT_COLOR_BLACK, SUB_SCREEN, VERSION_STRING);
switch( s_mode )
{