PRIVATE: basic support for the uncompressed/installed MacOS release

This commit is contained in:
neuromancer 2021-06-20 17:23:30 +02:00 committed by Eugene Sandulenko
parent 37380da875
commit 839707f223
3 changed files with 26 additions and 11 deletions

View file

@ -148,6 +148,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_DEMO | ADGF_UNSTABLE,
GUIO1(GUIO_NOMIDI)
},
{
"private-eye", // MacOS release (US)
0,
AD_ENTRY1s("Private Eye Demo Installer", "e7665ddc5e6d932c4a65598ecc4ec7d2", 1626393),
Common::EN_USA,
Common::kPlatformMacintosh,
ADGF_UNSTABLE,
GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
};
} // End of namespace Private