Skip to content

Commit

Permalink
TSAGE: Add detection for some versions of Blue Force
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed May 13, 2011
1 parent 5fc5265 commit 2fdfad1
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion engines/tsage/detection_tables.h
Expand Up @@ -109,7 +109,34 @@ static const tSageGameDescription gameDescriptions[] = {
GType_BlueForce,
GF_FLOPPY
},

// Blue Force floppy
{
{
"blueforce",
"Floppy",
AD_ENTRY1s("blue.rlb", "17c3993415e8a2cf93040eef7e88ec93", 1156508),
Common::EN_ANY,
Common::kPlatformPC,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
GType_BlueForce,
GF_FLOPPY
},
// Blue Force CD and First Wave use the same files
{
{
"blueforce",
"CD",
AD_ENTRY1s("blue.rlb", "ac29f38184cb3b874ea18523059872ba", 63863322),
Common::EN_ANY,
Common::kPlatformPC,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
GType_BlueForce,
GF_CD
},
{ AD_TABLE_END_MARKER, 0, 0 }
};

Expand Down

0 comments on commit 2fdfad1

Please sign in to comment.