mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 08:39:07 +00:00
Hardcode Universal-Updater's Title ID to the Install Function, so updating it works properly.
This commit is contained in:
@@ -95,6 +95,9 @@ Result installCia(const char * ciaPath)
|
|||||||
}
|
}
|
||||||
|
|
||||||
media = getTitleDestination(info.titleID);
|
media = getTitleDestination(info.titleID);
|
||||||
|
if (info.titleID == 0x0004000004391700) {
|
||||||
|
updatingSelf = true;
|
||||||
|
}
|
||||||
|
|
||||||
if (!updatingSelf) {
|
if (!updatingSelf) {
|
||||||
ret = deletePrevious(info.titleID, media);
|
ret = deletePrevious(info.titleID, media);
|
||||||
|
|||||||
Reference in New Issue
Block a user