Skip to content

Commit

Permalink
DIRECTOR: Added detection for Windows JMP version
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 3, 2016
1 parent 31ec69c commit 6b4cff2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/director/detection.cpp
Expand Up @@ -235,6 +235,8 @@ const ADGameDescription *DirectorMetaEngine::fallbackDetect(const FileMap &allFi
s_fallbackFileNameBuffer[50] = '\0';
desc->desc.filesDescriptions[0].fileName = s_fallbackFileNameBuffer;

warning("Director fallback detection D%d", desc->version);

return (ADGameDescription *)desc;
}

Expand Down
28 changes: 28 additions & 0 deletions engines/director/detection_tables.h
Expand Up @@ -154,6 +154,34 @@ static const DirectorGameDescription gameDescriptions[] = {
4
},

{
{
"jman",
"",
AD_ENTRY1s("JMAN.EXE", "7c8230a804abf9353b05627a675b5ffb", 375282),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
3
},

{
{
"jman",
"",
AD_ENTRY1s("JMDEMO.EXE", "7c8230a804abf9353b05627a675b5ffb", 375305),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DEMO,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
3
},

{
{
"jman",
Expand Down

0 comments on commit 6b4cff2

Please sign in to comment.