funai_upg: minor changes and detect encrypted flag

This commit is contained in:
theubusu
2026-02-19 18:17:21 +01:00
parent 070a4f37c9
commit 998b66ffd9
2 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -11,5 +11,6 @@ pub struct Header {
pub struct Entry {
pub entry_type: u16,
pub entry_size: u32,
_unk: u16,
_unk_flag: u8,
pub encryption_flag: u8,
}