diff options
author | Eugene Sandulenko | 2016-10-23 21:37:36 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-10-23 21:37:36 +0200 |
commit | d6ac4cf6d72875d8107795fbf0fec937e54aca79 (patch) | |
tree | 9331de5d22f4895e9de03f9d104bb800246d9f67 /engines/mohawk | |
parent | 3718ea7809414efac6d080014174d97deaa3f25e (diff) | |
download | scummvm-rg350-d6ac4cf6d72875d8107795fbf0fec937e54aca79.tar.gz scummvm-rg350-d6ac4cf6d72875d8107795fbf0fec937e54aca79.tar.bz2 scummvm-rg350-d6ac4cf6d72875d8107795fbf0fec937e54aca79.zip |
MOHAWK: Fix Riven JP platform
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 35d29a02de..606c9e3ba7 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -416,7 +416,7 @@ static const MohawkGameDescription gameDescriptions[] = { "", AD_ENTRY1s("a_Data.MHK", "3a2b4764979dc007a0e6ded64e4b7889", 10014314), Common::JA_JPN, - Common::kPlatformWindows, + Common::kPlatformMacintosh, ADGF_UNSTABLE, GUIO1(GUIO_NOASPECT) }, |