From 578ad110112a20c7944ee6946f83719708a2f799 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Sat, 12 Oct 2019 11:51:34 +0200 Subject: CRYOMNI3D: Add Brazilian language support --- engines/cryomni3d/detection_tables.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'engines/cryomni3d/detection_tables.h') diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h index 7bb152d7b2..1435c25560 100644 --- a/engines/cryomni3d/detection_tables.h +++ b/engines/cryomni3d/detection_tables.h @@ -365,6 +365,40 @@ static const CryOmni3DGameDescription gameDescriptions[] = { GF_VERSAILLES_FONTS_NUMERIC | GF_VERSAILLES_AUDIOPADDING_YES, }, + // Versailles 1685 + // Brazilian Windows from DVD + // From Uka in forum + { + { + "versailles", + "", + AD_ENTRY1s("Versaill.exe", "49aa4581b8c652aa88c633b6c5fe84ea", 346112), + Common::PT_BRA, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUI_OPTIONS_VERSAILLES + }, + GType_VERSAILLES, + GF_VERSAILLES_FONTS_NUMERIC | GF_VERSAILLES_AUDIOPADDING_YES, + }, + + // Versailles 1685 + // Brazilian Windows compressed from DVD + // From Uka in forum + { + { + "versailles", + "", + AD_ENTRY1s("PROGRAM.Z", "013eabf30fdec7bb7302a5312d094c64", 237952), + Common::PT_BRA, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUI_OPTIONS_VERSAILLES + }, + GType_VERSAILLES, + GF_VERSAILLES_FONTS_NUMERIC | GF_VERSAILLES_AUDIOPADDING_YES, + }, + { AD_TABLE_END_MARKER, 0, 0 } }; -- cgit v1.2.3