diff options
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 7f2a3ff705..ef229c8a19 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -359,6 +359,10 @@ const ADGameDescription *SciMetaEngine::fallbackDetect(const Common::FSList &fsl } #endif + // EGA views + if (gameViews == kViewEga) + s_fallbackDesc.desc.extra = "EGA"; + SegManager *segManager = new SegManager(resMgr, version); if (exePlatform == Common::kPlatformUnknown) { |