bring back samsung_old - by adding InputTarget system

This commit is contained in:
theubusu
2026-02-06 15:08:38 +01:00
parent 43128ca117
commit 9b059c67ab
32 changed files with 291 additions and 224 deletions
+2 -1
View File
@@ -8,7 +8,7 @@ pub struct Format {
}
pub mod mstar;
//pub mod samsung_old; not sure what to do with this
pub mod samsung_old;
pub mod nvt_timg;
pub mod pfl_upg;
pub mod sddl_sec;
@@ -45,6 +45,7 @@ pub mod mtk_bdp;
pub fn get_registry() -> Vec<Format> {
return vec![
crate::formats::mstar::format(),
crate::formats::samsung_old::format(),
crate::formats::nvt_timg::format(),
crate::formats::pfl_upg::format(),
crate::formats::sddl_sec::format(),