Add a option to dump debug info for xp3 archive

handle time prop in xp3 file entry
Remove already processed hash file name
This commit is contained in:
2026-04-07 13:33:43 +08:00
parent 73f635cdac
commit a6dda9397b
10 changed files with 72 additions and 5 deletions

View File

@@ -638,6 +638,10 @@ pub struct ExtraConfig {
#[cfg(feature = "kirikiri-arc")]
/// Game title for Kirikiri XP3 archive. This is used to decrypt file in archives.
pub xp3_game_title: Option<String>,
#[cfg(feature = "kirikiri-arc")]
/// Print debug information for Kirikiri XP3 archive when extracting archive to stdout.
/// This is used to find correct configuration for unknown XP3 archives.
pub xp3_debug_archive: bool,
}
#[cfg(feature = "artemis")]