From 9e511e0751f0324bc424b75e02d25a3a3a095053 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Thu, 28 Jan 2010 21:01:57 +0000 Subject: SCI: detecting hires for SCI2+ games, qfg4cd is sci2.1 but still 320x200 svn-id: r47651 --- engines/sci/resource.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/resource.h') diff --git a/engines/sci/resource.h b/engines/sci/resource.h index e8e6bd832d..661b954256 100644 --- a/engines/sci/resource.h +++ b/engines/sci/resource.h @@ -284,6 +284,8 @@ public: */ void addNewGMPatch(Common::String gameId); + bool detectHires(); + protected: // Maximum number of bytes to allow being allocated for resources // Note: maxMemory will not be interpreted as a hard limit, only as a restriction -- cgit v1.2.3