mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
small fix
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1047 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
896fb7038a
commit
da1ca6e35f
@ -370,7 +370,7 @@ static void BannerDraw(int selected, TitleProperty *titleprop)
|
||||
|
||||
// アプリ名表示
|
||||
str = ((TWLBannerFile *)titleprop[selected].pBanner)->v1.gameName[ LCFG_TSD_GetLanguage() ];
|
||||
if( !my_EqualNString( old_gameName, str, BANNER_LANG_LENGTH * 2 ) )
|
||||
if( !my_EqualNString( old_gameName, str, BANNER_LANG_LENGTH ) )
|
||||
{
|
||||
NNSG2dChar *str = ((TWLBannerFile *)titleprop[selected].pBanner)->v1.gameName[ LCFG_TSD_GetLanguage() ];
|
||||
NNSG2dTextRect rect = NNS_G2dTextCanvasGetTextRect( &gTextCanvas, str );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user