mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +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);
|
||||
if (info.titleID == 0x0004000004391700) {
|
||||
updatingSelf = true;
|
||||
}
|
||||
|
||||
if (!updatingSelf) {
|
||||
ret = deletePrevious(info.titleID, media);
|
||||
|
||||
Reference in New Issue
Block a user