__os_snprintf(text, sizeof(text), "Do not try to install games you didn't paid for, or system titles\n(If it is a free games/dlc report the issue) (0x%08X)", installError);
}
}
PrintError(text);
PrintError(text);
break;
break;
}
}
else
else
{
{
for(int i = 0; i < 2; i++)
for(int i = 0; i < 2; i++)
{
{
OSScreenClearBufferEx(i, 0);
OSScreenClearBufferEx(i, 0);
OSScreenPutFontEx(i, 0, 0, TITLE_TEXT);
OSScreenPutFontEx(i, 0, 0, TITLE_TEXT);
__os_snprintf(text, sizeof(text), "Installed title %08X-%08X successfully.", mcpInstallInfo[1], mcpInstallInfo[2]);
__os_snprintf(text, sizeof(text), "Installed title %08X-%08X successfully.", mcpInstallInfo[1], mcpInstallInfo[2]);
OSScreenPutFontEx(i, 0, 2, text);
OSScreenPutFontEx(i, 0, 2, text);
// Flip buffers
// Flip buffers
OSScreenFlipBuffersEx(i);
OSScreenFlipBuffersEx(i);
}
}
installSuccess = 1;
installSuccess = 1;
}
}
}
else
{
__os_snprintf(text, sizeof(text), "Error: Not a version title or a game update");