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

@@ -3393,6 +3393,8 @@ fn main() {
)),
#[cfg(feature = "kirikiri-arc")]
xp3_game_title: arg.xp3_game_title.clone(),
#[cfg(feature = "kirikiri-arc")]
xp3_debug_archive: arg.xp3_debug_archive,
});
match &arg.command {
args::Command::Export { input, output } => {