mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 07:05:10 +01:00
layout adjustments in installer
This commit is contained in:
parent
c30930243a
commit
0b38d092a3
@ -476,7 +476,7 @@ int menu_copyright()
|
||||
}
|
||||
|
||||
printf("\x1b[%i;%iH", startpos_x + text3.size() +3, startpos_y);
|
||||
printf(">> Continue");
|
||||
printf(">> Back");
|
||||
|
||||
while(1)
|
||||
{
|
||||
|
@ -349,16 +349,14 @@ s32 __Wad_Install(int startpos_x, int startpos_y)
|
||||
if (ret >= 0)
|
||||
{
|
||||
Con_FgColor(2, 1);
|
||||
printf("\x1b[%i;%iH", startpos_x +9, startpos_y + 42);
|
||||
printf("SUCCESS");
|
||||
printf("\t\t SUCCESS");
|
||||
|
||||
goto out;
|
||||
}
|
||||
|
||||
err:
|
||||
Con_FgColor(1, 1);
|
||||
printf("\x1b[%i;%iH", startpos_x +6, startpos_y);
|
||||
printf("ERROR! (ret = %d)\n", ret);
|
||||
printf("\n\t\t\tERROR! (ret = %d)\n", ret);
|
||||
|
||||
/* Cancel install */
|
||||
ES_AddTitleCancel();
|
||||
|
Loading…
Reference in New Issue
Block a user