SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect

as much as possible. All SCI_VERSION_* information was removed from
detection.cpp (much of it was incorrect anyway).

svn-id: r43449
This commit is contained in:
Walter van Niftrik 2009-08-16 19:18:19 +00:00
parent 582eb13fa2
commit 00f4794c0a
22 changed files with 592 additions and 853 deletions

View file

@ -60,8 +60,7 @@ enum AutoDetectedFeatures {
kFeatureOldGfxFunctions = 1 << 1,
kFeatureLofsAbsolute = 1 << 2,
kFeatureSci01Sound = 1 << 3,
kFeatureSci1Sound = 1 << 4,
kFeatureSci0Sci1Table = 1 << 5
kFeatureSci1Sound = 1 << 4
};
class Kernel {