mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
CINE: Use less generic file for detection
The filename `demo` was used to detect the Operation Stealth Amiga demo. This would often produce false matches when the same filename was present in data files for other engines, especially Mac Director. We can use the filename `demo_os` instead. This is the file used for the DOS demo (with a different md5).
This commit is contained in:
parent
f6e33231bb
commit
09c0b319b8
@ -509,7 +509,7 @@ static const CINEGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"os",
|
||||
"Demo",
|
||||
AD_ENTRY1("demo", "8d3a750d1c840b1b1071e42f9e6f6aa2"),
|
||||
AD_ENTRY1("demo_os", "dfc30c6a57998a56e8980f7ea3413867"),
|
||||
Common::EN_GRB,
|
||||
Common::kPlatformAmiga,
|
||||
ADGF_DEMO,
|
||||
|
Loading…
x
Reference in New Issue
Block a user