SUPERNOVA: Add detection entry for Italian translation

This commit is contained in:
Thierry Crozat 2020-09-07 02:07:15 +01:00
parent 52adc335f1
commit 28dbd83136
2 changed files with 11 additions and 0 deletions

View file

@ -6,6 +6,8 @@ For a more comprehensive changelog of the latest experimental code, see:
General: General:
- Switched ScummVM GUI output to UTF-32. - Switched ScummVM GUI output to UTF-32.
Supernova:
- Added Italian translation for part 1.
#### 2.2.0 (2020-09-XX) #### 2.2.0 (2020-09-XX)

View file

@ -74,6 +74,15 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_NO_FLAGS, ADGF_NO_FLAGS,
GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI) GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
}, },
{
"msn1",
nullptr,
AD_ENTRY1s("msn_data.000", "f64f16782a86211efa919fbae41e7568", 24163),
Common::IT_ITA,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
},
// Mission Supernova 2 // Mission Supernova 2
{ {
"msn2", "msn2",