[Scummvm-git-logs] scummvm master -> 3f5f2688719d164c24f0d250492958f626b00f2f
bluegr
noreply at scummvm.org
Fri Jan 12 20:08:30 UTC 2024
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:
3f5f268871 GOB: Update language codes for some game entries
Commit: 3f5f2688719d164c24f0d250492958f626b00f2f
https://github.com/scummvm/scummvm/commit/3f5f2688719d164c24f0d250492958f626b00f2f
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2024-01-12T22:08:22+02:00
Commit Message:
GOB: Update language codes for some game entries
Changed paths:
engines/gob/detection/tables_bargon.h
engines/gob/detection/tables_fascin.h
engines/gob/detection/tables_geisha.h
engines/gob/detection/tables_gob1.h
engines/gob/detection/tables_gob2.h
engines/gob/detection/tables_lit.h
diff --git a/engines/gob/detection/tables_bargon.h b/engines/gob/detection/tables_bargon.h
index 4dc89a2d3d1..e31465d3c79 100644
--- a/engines/gob/detection/tables_bargon.h
+++ b/engines/gob/detection/tables_bargon.h
@@ -124,7 +124,7 @@
"bargon",
"",
AD_ENTRY1s("intro.stk", "569d679fe41d49972d34c9fce5930dda", 269825),
- EN_ANY,
+ EN_GRB,
kPlatformAmiga,
ADGF_NO_FLAGS,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
diff --git a/engines/gob/detection/tables_fascin.h b/engines/gob/detection/tables_fascin.h
index 886c5cea2dd..262977dd4f4 100644
--- a/engines/gob/detection/tables_fascin.h
+++ b/engines/gob/detection/tables_fascin.h
@@ -228,7 +228,7 @@
"fascination",
"",
AD_ENTRY1s("disk0.stk", "7062117e9c5adfb6bfb2dac3ff74df9e", 189951),
- EN_ANY,
+ EN_GRB,
kPlatformAmiga,
ADGF_NO_FLAGS,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
diff --git a/engines/gob/detection/tables_geisha.h b/engines/gob/detection/tables_geisha.h
index 4ff5ae2e31c..1eeda6a4ba4 100644
--- a/engines/gob/detection/tables_geisha.h
+++ b/engines/gob/detection/tables_geisha.h
@@ -152,7 +152,7 @@
"geisha",
"",
AD_ENTRY1s("disk1.stk", "e5892f00917c62423e93f5fd9920cf47", 208120),
- EN_ANY,
+ EN_GRB,
kPlatformAmiga,
ADGF_NO_FLAGS,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
diff --git a/engines/gob/detection/tables_gob1.h b/engines/gob/detection/tables_gob1.h
index d6239f96091..4fabedbf447 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -651,7 +651,7 @@
"gob1",
"Demo",
AD_ENTRY1("intro.stk", "972f22c6ff8144a6636423f0354ca549"),
- UNK_LANG,
+ EN_GRB,
kPlatformAmiga,
ADGF_DEMO,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index 3a705f9d551..c80c3b0827b 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -638,7 +638,7 @@
"gob2",
"Interactive Demo (v1.02)",
AD_ENTRY1s("intro.stk", "4b278c2678ea01383fd5ca114d947eea", 575920),
- UNK_LANG,
+ EN_GRB,
kPlatformAmiga,
ADGF_DEMO,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
diff --git a/engines/gob/detection/tables_lit.h b/engines/gob/detection/tables_lit.h
index 09e367252ca..de9f7330b13 100644
--- a/engines/gob/detection/tables_lit.h
+++ b/engines/gob/detection/tables_lit.h
@@ -450,7 +450,7 @@
"lit",
"Non-interactive Demo",
AD_ENTRY1s("demo.stk", "2eba8abd9e3878c57307576012dd2fec", 3031494),
- UNK_LANG,
+ FR_FRA,
kPlatformDOS,
ADGF_DEMO,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
@@ -464,7 +464,7 @@
"lit",
"Non-interactive Demo",
AD_ENTRY1s("demo.stk", "895359c918a145adc048f779b3cdacc3", 645068),
- UNK_LANG,
+ FR_FRA,
kPlatformDOS,
ADGF_DEMO,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
More information about the Scummvm-git-logs
mailing list