Hardcode Universal-Updater's Title ID to the Install Function, so updating it works properly.

This commit is contained in:
VoltZ
2019-11-03 18:15:08 +01:00
committed by GitHub
parent 16e84aa412
commit aab5e46c41
+3
View File
@@ -95,6 +95,9 @@ Result installCia(const char * ciaPath)
}
media = getTitleDestination(info.titleID);
if (info.titleID == 0x0004000004391700) {
updatingSelf = true;
}
if (!updatingSelf) {
ret = deletePrevious(info.titleID, media);