Add more game titles for paz file

This commit is contained in:
2025-11-03 12:50:06 +08:00
parent 64a487da57
commit cd39270b22
2 changed files with 91 additions and 1 deletions

View File

@@ -257,7 +257,7 @@ impl PazArc {
let sig = stream.read_u32()?;
let (game, schema) = query_paz_schema_by_signature(sig).ok_or_else(|| {
anyhow::anyhow!(
"Unknown PAZ signature {:08X}. Please specify the game title in the config.",
"Unknown PAZ signature {:08X}. Use --musica-game-title to specify game title.",
sig
)
})?;