mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 23:44:22 +00:00
Add configure option for Groovie 2 games.
svn-id: r43843
This commit is contained in:
parent
5791d475f5
commit
dadbb53350
3
configure
vendored
3
configure
vendored
@ -77,7 +77,8 @@ add_engine cine "Cinematique evo 1" yes
|
||||
add_engine cruise "Cinematique evo 2" yes
|
||||
add_engine drascula "Drascula: The Vampire Strikes Back" yes
|
||||
add_engine gob "Gobli*ns" yes
|
||||
add_engine groovie "Groovie" yes
|
||||
add_engine groovie "Groovie" yes "groovie2"
|
||||
add_engine groovie2 "Groovie 2 games" no
|
||||
add_engine igor "Igor: Objective Uikokahonia" no
|
||||
add_engine kyra "Legend of Kyrandia" yes "lol"
|
||||
add_engine lol "Lands of Lore" no
|
||||
|
@ -49,6 +49,10 @@ endif
|
||||
ifdef ENABLE_GROOVIE
|
||||
DEFINES += -DENABLE_GROOVIE=$(ENABLE_GROOVIE)
|
||||
MODULES += engines/groovie
|
||||
|
||||
ifdef ENABLE_GROOVIE2
|
||||
DEFINES += -DENABLE_GROOVIE2
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef ENABLE_IGOR
|
||||
|
@ -30,13 +30,11 @@
|
||||
|
||||
namespace Groovie {
|
||||
|
||||
//#define GROOVIE_EXPERIMENTAL
|
||||
|
||||
static const PlainGameDescriptor groovieGames[] = {
|
||||
// Games
|
||||
{"t7g", "The 7th Guest"},
|
||||
|
||||
#ifdef GROOVIE_EXPERIMENTAL
|
||||
#ifdef ENABLE_GROOVIE2
|
||||
{"11h", "The 11th Hour: The sequel to The 7th Guest"},
|
||||
{"clandestiny", "Clandestiny"},
|
||||
{"unclehenry", "Uncle Henry's Playhouse"},
|
||||
@ -84,7 +82,7 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
kGroovieT7G, 0
|
||||
},
|
||||
|
||||
#ifdef GROOVIE_EXPERIMENTAL
|
||||
#ifdef ENABLE_GROOVIE2
|
||||
// The 11th Hour DOS English
|
||||
{
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user