SCI32: Detect KQ7 2.00b using platform-specific files
The GOG.com release is missing the AVIs used for the intro & ending animations in Windows. I'm unaware of any substantive differences between the DOS and Windows versions otherwise, so just not allowing Windows to be selected as a platform when the video files are missing seems like it should be fine. (Same thing in the opposite direction for a case where the DOS Robot files are missing, though I don't know of a specific case where that is a thing with KQ7 2.00b.)
This commit is contained in:
parent
3ce5276b9c
commit
6571111efc
2 changed files with 17 additions and 0 deletions
|
@ -519,6 +519,7 @@ static ADGameDescription s_fallbackDesc = {
|
|||
static char s_fallbackGameIdBuf[256];
|
||||
|
||||
static const char *directoryGlobs[] = {
|
||||
"avi",
|
||||
"english",
|
||||
"french",
|
||||
"german",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue