PRIVATE: basic support for the uncompressed/installed MacOS release
This commit is contained in:
parent
37380da875
commit
839707f223
3 changed files with 26 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue