Hax to make it boot

This commit is contained in:
Dees_Troy
2012-09-05 20:47:21 -04:00
parent 51a0e82eb2
commit 7d15c25b3a
13 changed files with 1123 additions and 24 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ static const float DEFAULT_FILES_PROGRESS_FRACTION = 0.4;
static const float DEFAULT_IMAGE_PROGRESS_FRACTION = 0.1;
// If the package contains an update binary, extract it and run it.
static int
extern "C" int
try_update_binary(const char *path, ZipArchive *zip, int* wipe_cache) {
const ZipEntry* binary_entry =
mzFindZipEntry(zip, ASSUMED_UPDATE_BINARY_NAME);