SCUMM: Print SCUMM & HE version when starting a game in deug mode
This commit is contained in:
parent
068b4a5351
commit
f05de5228f
1 changed files with 1 additions and 0 deletions
|
@ -1036,6 +1036,7 @@ Common::Error ScummMetaEngine::createInstance(OSystem *syst, Engine **engine) co
|
|||
// Simply use the first match
|
||||
DetectorResult res(*(results.begin()));
|
||||
debug(1, "Using gameid %s, variant %s, extra %s", res.game.gameid, res.game.variant, res.extra);
|
||||
debug(1, " SCUMM version %d, HE version %d", res.game.version, res.game.heversion);
|
||||
|
||||
// Print the MD5 of the game; either verbose using printf, in case of an
|
||||
// unknown MD5, or with a medium debug level in case of a known MD5 (for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue