diff options
author | Matan Bareket | 2017-12-19 16:32:23 -0500 |
---|---|---|
committer | Eugene Sandulenko | 2017-12-26 20:31:14 +0100 |
commit | 9cb2e4357715873f192d40ddd7570116cde98d25 (patch) | |
tree | ab6176bee1f640acc3f1f79090c1ac8bec374697 /engines | |
parent | 908cb169ebf5b8a825367355afea0cbc8da496de (diff) | |
download | scummvm-rg350-9cb2e4357715873f192d40ddd7570116cde98d25.tar.gz scummvm-rg350-9cb2e4357715873f192d40ddd7570116cde98d25.tar.bz2 scummvm-rg350-9cb2e4357715873f192d40ddd7570116cde98d25.zip |
LOL: Fix detection entry for LOL Japanese (Bug #9828)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/detection_tables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h index 6fbc4ec161..43dc0cc881 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -1510,11 +1510,11 @@ const KYRAGameDescription adGameDescs[] = { { 0, 0, 0, 0 } }, Common::JA_JPN, - Common::kPlatformDOS, + Common::kPlatformPC98, ADGF_NO_FLAGS, - GUIO8(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS) + GUIO5(GUIO_NOSPEECH, GUIO_MIDIPC98, GUIO_RENDERPC9801, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS) }, - LOL_CD_FLAGS + LOL_PC9801_FLAGS }, // Russian fan translation |