diff options
author | Ben Castricum | 2014-11-09 16:39:25 +0100 |
---|---|---|
committer | Ben Castricum | 2014-12-03 15:47:27 +0100 |
commit | 75408c1cb860d143076460ea4c42dc0acd1ced03 (patch) | |
tree | 149928d50092185e4f9f03ef34ca4e6449fd8997 /engines | |
parent | 50b904ee94eb5640f90c01981daf660d2187a35b (diff) | |
download | scummvm-rg350-75408c1cb860d143076460ea4c42dc0acd1ced03.tar.gz scummvm-rg350-75408c1cb860d143076460ea4c42dc0acd1ced03.tar.bz2 scummvm-rg350-75408c1cb860d143076460ea4c42dc0acd1ced03.zip |
SCUMM: More detection fixes.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index 42b5f4ce97..f72e552fa6 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -856,7 +856,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "putttime", "PuttTijd", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 }, { "putttime", "Putt Time", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "putttime", "PuttTTT", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, - { "putttime", "PuttTTT", kGenHEPC, UNK_LANG, UNK, 0 }, + { "putttime", "PuttTTT", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 }, { "putttime", "TIJDDEMO", kGenHEPC, Common::NL_NLD, Common::kPlatformWindows, 0 }, { "putttime", "TijdDemo", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 }, { "putttime", "timedemo", kGenHEPC, UNK_LANG, UNK, 0 }, @@ -918,7 +918,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "spyfox", "JR-Demo", kGenHEMac, Common::FR_FRA, Common::kPlatformMacintosh, 0 }, { "spyfox", "game", kGenHEIOS, Common::EN_ANY, Common::kPlatformIOS, 0 }, - { "spyfox2", "spyfox2", kGenHEPC, UNK_LANG, UNK, 0 }, + { "spyfox2", "spyfox2", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 }, { "spyfox2", "sf2-demo", kGenHEPC, UNK_LANG, UNK, 0 }, { "spyfox2", "sf2demo", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 }, { "spyfox2", "Sf2demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, |