mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-12 07:58:48 +08:00
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:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user