TwlBkpImporter:プログラム名を画面に出すようにした。

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_test_tools@25 6b0af911-cb57-b745-895f-eec5701120e1
This commit is contained in:
n2460 2011-10-19 08:47:29 +00:00
parent e69e5b8e21
commit 5ea8172bef

View File

@ -255,6 +255,11 @@ void DrawManual(Window& top,Window& bottom, SdAccessor& sd)
y++;
s_RenderSystem.DrawText(X_SCALE*x, Y_SCALE*y++, " Start : to file screen");
}
#ifndef TWL_BKP_WITH_PRIVATE_SAVE
s_RenderSystem.DrawText(X_SCALE*0, Y_SCALE*29, "*TwlBkpImporter*");
#else
s_RenderSystem.DrawText(X_SCALE*0, Y_SCALE*29, "*TwlBkpImporterForWPS*");
#endif
}
//上画面描画
void DrawDisplay0(Window& topWindow,SdAccessor& sd)