diff options
| -rw-r--r-- | engines/bladerunner/detection_tables.h | 26 | 
1 files changed, 13 insertions, 13 deletions
diff --git a/engines/bladerunner/detection_tables.h b/engines/bladerunner/detection_tables.h index 66dad18e1c..be41d84b3e 100644 --- a/engines/bladerunner/detection_tables.h +++ b/engines/bladerunner/detection_tables.h @@ -39,7 +39,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_ENTRY1s("STARTUP.MIX", "5643b53306ca7764cf1ec7b79c9630a3", 2312374),  		Common::EN_ANY,  		Common::kPlatformWindows, -		ADGF_NO_FLAGS, +		ADGF_TESTING,  		GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)  	}, @@ -50,7 +50,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_ENTRY1s("STARTUP.MIX", "57d674ed860148a530b7f4957cbe65ec", 2314301),  		Common::DE_DEU,  		Common::kPlatformWindows, -		ADGF_NO_FLAGS, +		ADGF_TESTING,  		GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)  	}, @@ -61,7 +61,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_ENTRY1s("STARTUP.MIX", "39d1901df50935d58aee252707134952", 2314526),  		Common::FR_FRA,  		Common::kPlatformWindows, -		ADGF_NO_FLAGS, +		ADGF_TESTING,  		GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)  	}, @@ -72,7 +72,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_ENTRY1s("STARTUP.MIX", "c7ceb9c691223d25e78516aa519ff504", 2314461),  		Common::IT_ITA,  		Common::kPlatformWindows, -		ADGF_NO_FLAGS, +		ADGF_TESTING,  		GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)  	}, @@ -83,7 +83,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_ENTRY1s("STARTUP.MIX", "c198b54a5366b88b1734bbca21d3b192", 2678672),  		Common::RU_RUS,  		Common::kPlatformWindows, -		ADGF_NO_FLAGS, +		ADGF_TESTING,  		GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)  	}, @@ -94,7 +94,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_ENTRY1s("STARTUP.MIX", "bf42af841d9f4b643665013a348c81e0", 2483111),  		Common::RU_RUS,  		Common::kPlatformWindows, -		ADGF_NO_FLAGS, +		ADGF_TESTING,  		GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)  	}, @@ -105,7 +105,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_ENTRY1s("STARTUP.MIX", "54cad53da9e4ae03a85648834ac6765d", 2312976),  		Common::ES_ESP,  		Common::kPlatformWindows, -		ADGF_NO_FLAGS, +		ADGF_TESTING,  		GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)  	}, @@ -118,7 +118,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_ENTRY1s("STARTUP.MIX", "5643b53306ca7764cf1ec7b79c9630a3", 2312374),  		Common::EN_ANY,  		Common::kPlatformWindows, -		ADGF_NO_FLAGS, +		ADGF_UNSTABLE,  		GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)  	}, @@ -129,7 +129,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_ENTRY1s("STARTUP.MIX", "57d674ed860148a530b7f4957cbe65ec", 2314301),  		Common::DE_DEU,  		Common::kPlatformWindows, -		ADGF_NO_FLAGS, +		ADGF_UNSTABLE,  		GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)  	}, @@ -140,7 +140,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_ENTRY1s("STARTUP.MIX", "39d1901df50935d58aee252707134952", 2314526),  		Common::FR_FRA,  		Common::kPlatformWindows, -		ADGF_NO_FLAGS, +		ADGF_UNSTABLE,  		GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)  	}, @@ -151,7 +151,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_ENTRY1s("STARTUP.MIX", "c7ceb9c691223d25e78516aa519ff504", 2314461),  		Common::IT_ITA,  		Common::kPlatformWindows, -		ADGF_NO_FLAGS, +		ADGF_UNSTABLE,  		GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)  	}, @@ -162,7 +162,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_ENTRY1s("STARTUP.MIX", "c198b54a5366b88b1734bbca21d3b192", 2678672),  		Common::RU_RUS,  		Common::kPlatformWindows, -		ADGF_NO_FLAGS, +		ADGF_UNSTABLE,  		GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)  	}, @@ -173,7 +173,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_ENTRY1s("STARTUP.MIX", "bf42af841d9f4b643665013a348c81e0", 2483111),  		Common::RU_RUS,  		Common::kPlatformWindows, -		ADGF_NO_FLAGS, +		ADGF_UNSTABLE,  		GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)  	},  | 
