diff --git a/psptool/file.py b/psptool/file.py index 529e412..1da231a 100644 --- a/psptool/file.py +++ b/psptool/file.py @@ -229,6 +229,7 @@ def create_file_if_not_exists(cls, directory: 'Directory', entry: 'DirectoryEntr 0x6F: 'OEM_LOGO_IMAGE', 0x77: 'DDRPHY_PCU_FW', 0x7B: 'MPRAS_TRUSTRED_APP_IMG', + 0x7C: 'OC_SWEET_SPOT_PROFILE', } PUBKEY_ENTRY_TYPES = [0x0, 0x9, 0xa, 0x5, 0xd, 0x43, 0x4e, 0x53, 0x81, 0x97, 0xad ] @@ -237,7 +238,7 @@ def create_file_if_not_exists(cls, directory: 'Directory', entry: 'DirectoryEntr # TODO: Find a better way to identify those entries NO_HDR_ENTRY_TYPES = [0x4, 0xb, 0x21, 0x40, 0x48, 0x49, 0x4a, 0x70, 0x6, 0x61, 0x60, 0x68, 0x5f, 0x1a, 0x22, 0x63, 0x67, 0x66, 0x6d, 0x62, 0x61, 0x7, 0x38, 0x46, 0x54, - 0x82, 0x84, 0x8d, 0x69 ] + 0x82, 0x84, 0x8d, 0x69, 0x7c ] NO_SIZE_ENTRY_TYPES = [0xb] KEY_STORE_TYPES = [0x50, 0x51]