[Scummvm-cvs-logs] SF.net SVN: scummvm:[43699] scummvm/trunk/engines/sci/detection.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Aug 24 16:00:29 CEST 2009


Revision: 43699
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43699&view=rev
Author:   thebluegr
Date:     2009-08-24 14:00:29 +0000 (Mon, 24 Aug 2009)

Log Message:
-----------
Show if a game is using EGA graphics or not in the detected entry

Modified Paths:
--------------
    scummvm/trunk/engines/sci/detection.cpp

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-08-24 13:47:38 UTC (rev 43698)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-08-24 14:00:29 UTC (rev 43699)
@@ -359,6 +359,10 @@
 	}
 #endif
 
+	// EGA views
+	if (gameViews == kViewEga)
+		s_fallbackDesc.desc.extra = "EGA";
+
 	SegManager *segManager = new SegManager(resMgr, version);
 
 	if (exePlatform == Common::kPlatformUnknown) {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list