From 3b574466fa3cb28c521234f5460164ade91a8d50 Mon Sep 17 00:00:00 2001 From: athrxx Date: Fri, 24 Feb 2012 17:15:34 +0100 Subject: COMMON: distinguish between 256 colors and 16 colors PC-98 rendering modes KYRA 1 PC-98 supports both modes in the same target. The desired mode can now be selected in the rendering options. We did have good support for the 16 colors mode of KYRA 1 already. This mode could not really be selected though (except by manually modifying the config file or the code). --- gui/options.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/options.cpp b/gui/options.cpp index bfad81c07b..be1c091b89 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -1050,7 +1050,8 @@ Common::String OptionsDialog::renderType2GUIO(uint32 renderType) { { Common::kRenderVGA, GUIO_RENDERVGA }, { Common::kRenderAmiga, GUIO_RENDERAMIGA }, { Common::kRenderFMTowns, GUIO_RENDERFMTOWNS }, - { Common::kRenderPC98, GUIO_RENDERPC98 } + { Common::kRenderPC9821, GUIO_RENDERPC9821 }, + { Common::kRenderPC9801, GUIO_RENDERPC9801 } }; Common::String res; -- cgit v1.2.3