mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Add detection of another version of the Black Cauldron. (See bug #2628354).
svn-id: r38936
This commit is contained in:
parent
5974452291
commit
9a89280527
@ -192,6 +192,9 @@ static const AGIGameDescription gameDescriptions[] = {
|
||||
|
||||
// Black Cauldron (PC 5.25") 2.10 11/10/88 [AGI 3.002.098]
|
||||
GAME3("bc", "2.10 1988-11-10 5.25\"", "bcdir", "0c5a9acbcc7e51127c34818e75806df6", 0x3149, GID_BC),
|
||||
|
||||
// Black Cauldron (PC) 2.10 [AGI 3.002.097]
|
||||
GAME3("bc", "2.10", "bcdir", "0de3953c9225009dc91e5b0d1692967b", 0x3149, GID_BC),
|
||||
|
||||
// TODO
|
||||
// These aren't supposed to work now as they require unsupported agi engine 2.01
|
||||
|
Loading…
Reference in New Issue
Block a user