mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 06:00:48 +00:00
DIRECTOR: Add more games, fix some entries (#3470)
* DIRECTOR: Add detection entries for multiple demos and games * DIRECTOR: Add rest of TKKG games, unrelated demo * DIRECTOR: Add patches to get snh in-game * DIRECTOR: Add detection entries for some more games
This commit is contained in:
parent
230450fde3
commit
ba4fbd253c
@ -194,6 +194,12 @@ const char *directoryGlobs[] = {
|
||||
"PINK GEAR", // Pink Gear 2
|
||||
"NAV",
|
||||
"SSWARLCK", // Spaceship Warlock (Windows)
|
||||
"InsMilo", // Milo and the Magical Stones
|
||||
"dir",
|
||||
"CHRISTMAS PRESENT", // Christmas Present
|
||||
"Subotnick Hummingbirds", // All My Hummingbirds Have Alibis
|
||||
"Silly Noisy House Folder", // A Silly Noisy House
|
||||
"Installer Files", // Encarta '95
|
||||
0
|
||||
};
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -150,7 +150,8 @@ struct ScriptPatch {
|
||||
" append(codeExampleList,\"6,301,302,303,304,305,306\")"},
|
||||
|
||||
{"jman", "", kPlatformWindows, "mmm:Mars Space Game 05", kMovieScript, 10, 0,
|
||||
68, "set DamageParameter = (gProcessorSpeed/2) + 7)", "set DamageParameter = (gProcessorSpeed/2) + 7"},
|
||||
68, "set DamageParameter = (gProcessorSpeed/2) + 7)",
|
||||
"set DamageParameter = (gProcessorSpeed/2) + 7"},
|
||||
|
||||
{"jman", "", kPlatformWindows, "MMM:Shared Cast B&W", kMovieScript, 323, 0,
|
||||
187, "set the trails of sprite 19 to 0", "set the locH of sprite 19 to 408"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user