mirror of
https://github.com/rvtr/ctr_test_tools.git
synced 2025-06-19 00:55:31 -04:00
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:
parent
e69e5b8e21
commit
5ea8172bef
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user