mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
parent
09b0f12852
commit
f09f10bea5
@ -495,7 +495,7 @@ ScummEngine::ScummEngine(OSystem *syst, const DetectorResult &dr)
|
||||
case Common::kRenderCGA:
|
||||
case Common::kRenderEGA:
|
||||
case Common::kRenderAmiga:
|
||||
if (!(_game.features & GF_16COLOR))
|
||||
if ((_game.version >= 4 && !(_game.features & GF_16COLOR)) || (_game.features & GF_OLD256))
|
||||
_renderMode = Common::kRenderDefault;
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user