mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
HOPKINS: Use macros in the detection tables
This commit is contained in:
parent
6b48712d1d
commit
eb6d80b4eb
@ -31,10 +31,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"hopkins",
|
||||
"Linux Demo",
|
||||
{
|
||||
{"RES_VAN.RES", 0, "29414c05be8f9fe794c61572a65def12", 16060544},
|
||||
AD_LISTEND
|
||||
},
|
||||
AD_ENTRY1s("RES_VAN.RES", "29414c05be8f9fe794c61572a65def12", 16060544),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformLinux,
|
||||
ADGF_DEMO,
|
||||
@ -46,11 +43,8 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"hopkins",
|
||||
0,
|
||||
{
|
||||
{"ENG_VOI.RES", 0, "fa5789d1d8c19d160bce44a33e742fdf", 66860711},
|
||||
{"CREAN.TXT", 0, "e13aa69d9e043f066776e1d0ef98fdf5", 1871},
|
||||
AD_LISTEND
|
||||
},
|
||||
AD_ENTRY2s("ENG_VOI.RES", "fa5789d1d8c19d160bce44a33e742fdf", 66860711,
|
||||
"CREAN.TXT", "e13aa69d9e043f066776e1d0ef98fdf5", 1871),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformOS2,
|
||||
ADGF_NO_FLAGS,
|
||||
@ -62,10 +56,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"hopkins",
|
||||
0,
|
||||
{
|
||||
{"ENG_VOI.RES", 0, "fa5789d1d8c19d160bce44a33e742fdf", 66860711},
|
||||
AD_LISTEND
|
||||
},
|
||||
AD_ENTRY1s("ENG_VOI.RES", "fa5789d1d8c19d160bce44a33e742fdf", 66860711),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformBeOS,
|
||||
ADGF_NO_FLAGS,
|
||||
@ -77,10 +68,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"hopkins",
|
||||
0,
|
||||
{
|
||||
{"RES_VES.RES", 0, "77ee08896466ae88cc1af3bf1a0bf78c", 32882302},
|
||||
AD_LISTEND
|
||||
},
|
||||
AD_ENTRY1s("RES_VES.RES", "77ee08896466ae88cc1af3bf1a0bf78c", 32882302),
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
@ -92,10 +80,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"hopkins",
|
||||
0,
|
||||
{
|
||||
{"RES_VAN.RES", 0, "f1693ac0b0859c8ecd8cb30ff43cf55f", 38296346},
|
||||
AD_LISTEND
|
||||
},
|
||||
AD_ENTRY1s("RES_VAN.RES", "f1693ac0b0859c8ecd8cb30ff43cf55f", 38296346),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
@ -107,10 +92,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"hopkins",
|
||||
0,
|
||||
{
|
||||
{"res_van.res", 0, "bf17c710e184a25a6c8e9d1d9503c38e", 32197685},
|
||||
AD_LISTEND
|
||||
},
|
||||
AD_ENTRY1s("res_van.res", "bf17c710e184a25a6c8e9d1d9503c38e", 32197685),
|
||||
Common::RU_RUS,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
@ -122,10 +104,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"hopkins",
|
||||
0,
|
||||
{
|
||||
{"RES_VFR.RES", 0, "0490d4d1aa71075ebf71cc79e5dc7894", 39817945},
|
||||
AD_LISTEND
|
||||
},
|
||||
AD_ENTRY1s("RES_VFR.RES", "0490d4d1aa71075ebf71cc79e5dc7894", 39817945),
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformLinux,
|
||||
ADGF_NO_FLAGS,
|
||||
@ -137,10 +116,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"hopkins",
|
||||
0,
|
||||
{
|
||||
{"RES_VAN.RES", 0, "29414c05be8f9fe794c61572a65def12", 38832455},
|
||||
AD_LISTEND
|
||||
},
|
||||
AD_ENTRY1s("RES_VAN.RES", "29414c05be8f9fe794c61572a65def12", 38832455),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformLinux,
|
||||
ADGF_NO_FLAGS,
|
||||
@ -152,10 +128,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"hopkins",
|
||||
0,
|
||||
{
|
||||
{"RES_VFR.RES", 0, "b8a3849063c9eeefe80e82cfce1ad3cd", 39269361},
|
||||
AD_LISTEND
|
||||
},
|
||||
AD_ENTRY1s("RES_VFR.RES", "b8a3849063c9eeefe80e82cfce1ad3cd", 39269361),
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
@ -168,10 +141,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"hopkins",
|
||||
0,
|
||||
{
|
||||
{"RES_VAN.RES", 0, "f2fec5172e4a7a9d35cb2a5f948ef6a9", 39400865},
|
||||
AD_LISTEND
|
||||
},
|
||||
AD_ENTRY1s("RES_VAN.RES", "f2fec5172e4a7a9d35cb2a5f948ef6a9", 39400865),
|
||||
Common::PL_POL,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
@ -185,10 +155,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"hopkins",
|
||||
"Win95 Demo",
|
||||
{
|
||||
{"Hopkins.exe", 0, "0c9ebfe371f4dcf84a49f333f04839a0", 376897},
|
||||
AD_LISTEND
|
||||
},
|
||||
AD_ENTRY1s("Hopkins.exe", "0c9ebfe371f4dcf84a49f333f04839a0", 376897),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_DEMO,
|
||||
@ -200,10 +167,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"hopkins",
|
||||
"Win95 Demo",
|
||||
{
|
||||
{"RES_VAN.RES", 0, "8262cfba261c200af4451902689dffe0", 12233202},
|
||||
AD_LISTEND
|
||||
},
|
||||
AD_ENTRY1s("RES_VAN.RES", "8262cfba261c200af4451902689dffe0", 12233202),
|
||||
Common::PL_POL,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_DEMO,
|
||||
|
Loading…
Reference in New Issue
Block a user