mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 20:55:19 +00:00
Added detection entry for the UK 16 colour version
svn-id: r43434
This commit is contained in:
parent
0e32d53341
commit
86fdd698ad
@ -67,6 +67,19 @@ namespace Cruise {
|
||||
using Common::GUIO_NONE;
|
||||
|
||||
static const CRUISEGameDescription gameDescriptions[] = {
|
||||
{
|
||||
{
|
||||
"cruise",
|
||||
"16 colours",
|
||||
AD_ENTRY1("D1", "cd29a4cd9162076e9a18495fe56a48f3"),
|
||||
Common::EN_GRB,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO_NONE
|
||||
},
|
||||
GType_CRUISE,
|
||||
0,
|
||||
},
|
||||
{
|
||||
{
|
||||
"cruise",
|
||||
|
Loading…
Reference in New Issue
Block a user