move common msd functions + cleanup formats.rs + fix compiler warning in epk3

This commit is contained in:
theubusu
2025-10-09 20:55:35 +02:00
parent 6eb8c24765
commit 348d592cf6
5 changed files with 71 additions and 98 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ pub fn extract_epk3(mut file: &File, output_folder: &str) -> Result<(), Box<dyn
let mut new_type = false;
let mut matching_key: Option<Vec<u8>> = None;
let matching_key: Option<Vec<u8>>;
println!("Finding key...");
// find the key, knowing that the header should start with "EPK3"