detect specific_version without using a patch

This commit is contained in:
Martin Michelsen
2023-06-08 21:00:19 -07:00
parent 25b6c594bd
commit 27e95ee343
3 changed files with 42 additions and 2 deletions
+2
View File
@@ -88,3 +88,5 @@ struct DOLFileIndex {
return this->name_to_file.empty() && this->item_id_to_file.empty();
}
};
uint32_t specific_version_for_gc_header_checksum(uint32_t header_checksum);