mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-16 05:04:22 +02:00
Add MSD10 extractor (Legacy and Tizen 2015)
This commit is contained in:
+5
-1
@@ -35,7 +35,11 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
|
||||
println!();
|
||||
|
||||
if formats::tpv_timg::is_tpv_timg_file(&file) {
|
||||
if formats::msd10::is_msd10_file(&file) {
|
||||
println!("MSD10 file detected!");
|
||||
println!();
|
||||
formats::msd10::extract_msd10(&file, &output_path)?;
|
||||
} else if formats::tpv_timg::is_tpv_timg_file(&file) {
|
||||
println!("TPV TIMG file detected!");
|
||||
println!();
|
||||
formats::tpv_timg::extract_tpv_timg(&file, &output_path)?;
|
||||
|
||||
Reference in New Issue
Block a user