Add force extract flag

This commit is contained in:
2026-04-07 22:16:31 +08:00
parent 0907088ad1
commit c595331dd0
4 changed files with 24 additions and 5 deletions

View File

@@ -642,6 +642,9 @@ pub struct ExtraConfig {
/// 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 = "kirikiri-arc")]
/// Force extract encrypted files in Kirikiri XP3 archive without decryption.
pub xp3_force_extract: bool,
}
#[cfg(feature = "artemis")]