AGI: Add loader and detection for Black Cauldron booter
This commit is contained in:
parent
d273f58b3c
commit
04353038ae
4 changed files with 104 additions and 28 deletions
|
@ -199,6 +199,7 @@ bool AgiMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameD
|
|||
case Agi::GType_PreAGI:
|
||||
*engine = new Agi::PreAgiEngine(syst, gd);
|
||||
break;
|
||||
case Agi::GType_V1:
|
||||
case Agi::GType_V2:
|
||||
case Agi::GType_V3:
|
||||
*engine = new Agi::AgiEngine(syst, gd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue