mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
AGS: Fix detection entry for Strangeland
This commit is contained in:
parent
76e2a42240
commit
1f54136139
@ -1824,19 +1824,17 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
|
||||
PRE_25_ENTRY("whokilledkennyrogers", "mags.exe", "ed778afb4f46c3f2a70d330532a83a2f", 1240103),
|
||||
PRE_25_ENTRY("winfry", "fry.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 4164041),
|
||||
|
||||
// Post 2.5 games that aren't currently supported
|
||||
// uses unsupported agslua plugin
|
||||
UNSUPPORTED_GAME_ENTRY("allthewaydown", "deepuns3.exe", "6c0b5468657c22d62201e3769cd8d2b3", 29830067),
|
||||
// MMM13 crashes during the intro with an error
|
||||
// Error: unexpected data size for WRITELIT op: 8
|
||||
GAME_ENTRY("mmm13", "traum.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6703140),
|
||||
// Strangeland isn't yet supported becuase the executable is >2Gb.
|
||||
UNSUPPORTED_GAME_ENTRY("strangeland", "Strangeland.exe", "c5978d50a9b7ee1c8a50a731847d8504", -1),
|
||||
// Commercial game that likely uses custom extensions. Not only does it seem
|
||||
// to use AGSController plugin built-in, even when I hooked up AGSController for
|
||||
// the stand-alone AGS 3.5 interpreter, it hangs just like in ScummVM
|
||||
UNSUPPORTED_GAME_ENTRY("untilihaveyou", "until i have you.exe", "cda1d7e36993dd55ba5513c1c43e5b2b", 1089857773), // Steam
|
||||
UNSUPPORTED_GAME_ENTRY("untilihaveyou", "until i have you.exe", "cda1d7e36993dd55ba5513c1c43e5b2b", 1072879555),
|
||||
// Post 2.5 games that aren't currently supported
|
||||
// 2.55 game, but uses a plugin agsflashlight. Also, even with AGS interpreter
|
||||
// hacked to specify plugin, errors on loading room107 saying that
|
||||
// "room animations are no longer supported"
|
||||
@ -3399,6 +3397,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
|
||||
GAME_ENTRY("stickmeni", "stick.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 2399329),
|
||||
GAME_ENTRY("stickythestickfigurepart1thecrimsonhouse", "Crimson House Files.exe", "3b095a7872e04769d04ab45e9c1b66eb", 3610653),
|
||||
GAME_ENTRY("stranded", "Stranded.exe", "18b284c22010850f79bc5c20054a70c4", 39791629),
|
||||
GAME_ENTRY("strangeland", "Strangeland.exe", "c5978d50a9b7ee1c8a50a731847d8504", 3186614879),
|
||||
GAME_ENTRY("stranger", "Stranger.exe", "0500aacb6c176d47ac0f8158f055db83", 5854099),
|
||||
GAME_ENTRY("strangerinstickworld", "game1.exe", "a524cbb1c51589903c4043b98917f1d9", 42525810),
|
||||
GAME_ENTRY("strangerthings", "StrangerThings.exe", "cc19db728abbcf657db6b76afb0e92d1", 43636017),
|
||||
|
Loading…
x
Reference in New Issue
Block a user