update usbds_getspeed to match pr, fix appstore install returning a bool instead of Result.

This commit is contained in:
ITotalJustice
2025-05-21 21:52:54 +01:00
parent a91550174a
commit 2e6d757852
2 changed files with 3 additions and 5 deletions

View File

@@ -527,9 +527,7 @@ auto InstallApp(ProgressBox* pbox, const Entry& entry) -> Result {
continue;
}
if (!unzip_to(new_entry.path, new_entry.path)) {
return false;
}
R_TRY(unzip_to(new_entry.path, new_entry.path));
}
// finally finally, remove files no longer in the manifest