[Scummvm-git-logs] scummvm master -> da83cb79a998157b9dc35367cb70a99b737545af
athrxx
noreply at scummvm.org
Wed May 18 18:08:12 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
da83cb79a9 KYRA: (LOL/Spanish/Floppy) - add detection entry for installer package
Commit: da83cb79a998157b9dc35367cb70a99b737545af
https://github.com/scummvm/scummvm/commit/da83cb79a998157b9dc35367cb70a99b737545af
Author: athrxx (athrxx at scummvm.org)
Date: 2022-05-18T20:07:02+02:00
Commit Message:
KYRA: (LOL/Spanish/Floppy) - add detection entry for installer package
Changed paths:
engines/kyra/detection_tables.h
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index ccafb822f4f..6275b7278cb 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1695,6 +1695,19 @@ const KYRAGameDescription adGameDescs[] = {
LOL_FLOPPY_CMP_FLAGS
},
+ { // Spanish floppy version
+ {
+ "lol",
+ 0,
+ AD_ENTRY1s("WESTWOOD.1", "6c99a3e6b904cc9e8c026061305309de", -1),
+ Common::ES_ESP,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO9(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS, GAMEOPTION_LOL_SAVENAMES)
+ },
+ LOL_FLOPPY_CMP_FLAGS
+ },
+
{
{
"lol",
More information about the Scummvm-git-logs
mailing list