mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 12:55:24 +00:00
DIRECTOR: Added comment
This commit is contained in:
parent
b114b95643
commit
eddfa82896
@ -133,7 +133,7 @@ ADDetectedGame DirectorMetaEngineDetection::fallbackDetect(const FileMap &allFil
|
||||
desc->desc.gameId = "director";
|
||||
desc->desc.extra = "";
|
||||
desc->desc.language = Common::UNK_LANG;
|
||||
desc->desc.flags = ADGF_TAILMD5;
|
||||
desc->desc.flags = ADGF_TAILMD5; // We calculate tail of the projector
|
||||
desc->desc.platform = Common::kPlatformWindows;
|
||||
desc->desc.guiOptions = GUIO0();
|
||||
desc->desc.filesDescriptions[0].fileName = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user