aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 8fac59868a..d70d78f74f 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1005,6 +1005,9 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
}
// Do some render mode restirctions
+ if (_renderMode != Common::kRenderDefault && !(_features & GF_PC))
+ _renderMode = Common::kRenderDefault;
+
switch (_renderMode) {
case Common::kRenderHerc:
if (_version > 2 && _gameId != GID_MONKEY_EGA)