mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
バージョン表記を追加
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@580 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
70f052b08b
commit
b26748c307
@ -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 )
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user