diff options
author | Matthew Hoops | 2012-09-24 11:35:38 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-09-24 11:35:38 -0400 |
commit | 12c83203749b48e483716610a9b520f1102921ff (patch) | |
tree | f15737fbe75b161fe970842ba942ff2fda8a7304 /engines/configure.engines | |
parent | 7cdda8efd25b946f2bc3fb5558d4efe7c45ed643 (diff) | |
download | scummvm-rg350-12c83203749b48e483716610a9b520f1102921ff.tar.gz scummvm-rg350-12c83203749b48e483716610a9b520f1102921ff.tar.bz2 scummvm-rg350-12c83203749b48e483716610a9b520f1102921ff.zip |
CONFIGURE: Mark some engines off as requiring 16bit color support
Diffstat (limited to 'engines/configure.engines')
-rw-r--r-- | engines/configure.engines | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/configure.engines b/engines/configure.engines index 96c46c7b4a..a8eb89a7fa 100644 --- a/engines/configure.engines +++ b/engines/configure.engines @@ -20,15 +20,15 @@ add_engine hugo "Hugo Trilogy" yes add_engine kyra "Kyra" yes "lol eob" "Legend of Kyrandia 1-3" add_engine lol "Lands of Lore" yes add_engine eob "Eye of the Beholder" no -add_engine lastexpress "The Last Express" no +add_engine lastexpress "The Last Express" no "" "" "16bit" add_engine lure "Lure of the Temptress" yes add_engine made "MADE" yes add_engine mohawk "Mohawk" yes "cstime myst riven" "Living Books" add_engine cstime "Where in Time is Carmen Sandiego?" no -add_engine riven "Riven: The Sequel to Myst" no -add_engine myst "Myst" no +add_engine riven "Riven: The Sequel to Myst" no "" "" "16bit" +add_engine myst "Myst" no "" "" "16bit" add_engine parallaction "Parallaction" yes -add_engine pegasus "The Journeyman Project: Pegasus Prime" no +add_engine pegasus "The Journeyman Project: Pegasus Prime" no "" "" "16bit" add_engine queen "Flight of the Amazon Queen" yes add_engine saga "SAGA" yes "ihnm saga2" "ITE" add_engine ihnm "IHNM" yes @@ -38,14 +38,14 @@ add_engine sci32 "SCI32 games" no add_engine sky "Beneath a Steel Sky" yes add_engine sword1 "Broken Sword" yes add_engine sword2 "Broken Sword II" yes -add_engine sword25 "Broken Sword 2.5" no "" "" "png zlib" +add_engine sword25 "Broken Sword 2.5" no "" "" "png zlib 16bit" add_engine teenagent "Teen Agent" yes add_engine testbed "TestBed: the Testing framework" no add_engine tinsel "Tinsel" yes add_engine toltecs "3 Skulls of the Toltecs" no add_engine toon "Toonstruck" yes add_engine touche "Touche: The Adventures of the Fifth Musketeer" yes -add_engine tony "Tony Tough and the Night of Roasted Moths" no +add_engine tony "Tony Tough and the Night of Roasted Moths" no "" "" "16bit" add_engine tsage "TsAGE" yes add_engine tucker "Bud Tucker in Double Trouble" yes -add_engine wintermute "Wintermute" no "" "" "png zlib vorbis" +add_engine wintermute "Wintermute" no "" "" "png zlib vorbis 16bit" |