[Scummvm-cvs-logs] CVS: scummvm/backends/epoc portdefs.h,1.2,1.3

Eugene Sandulenko sev at users.sourceforge.net
Tue Sep 20 11:17:32 CEST 2005


Update of /cvsroot/scummvm/scummvm/backends/epoc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19154/backends/epoc

Modified Files:
	portdefs.h 
Log Message:
Normalize use of DISABLE_SCALERS. Now it really disables all scalers
except essential Normal1x. Also thumbnails get compiled unconditionally
so we get them on all platforms, even those which never display them.

Sorted out mess brought to sdl backend by epoc maintainer. He misused
__SYMBIAN32__ where DISABLE_SCALERS is more appropriate.


Index: portdefs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/epoc/portdefs.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- portdefs.h	30 Jul 2005 21:10:50 -0000	1.2
+++ portdefs.h	20 Sep 2005 18:16:08 -0000	1.3
@@ -36,7 +36,7 @@
 
 // the place in Symbian FS where scummvm.ini & std***.txt are saved
 #define SYMBIAN32_DOC_DIR "C:\\documents\\EScummVM\\" // includes final \\!
-#define DISABLE_HQ_SCALERS // we only need 1x
+#define DISABLE_SCALERS // we only need 1x
 
 // hack in some tricks to work around not having these fcns for Symbian
 // and we _really_ don't wanna link with any other windows LIBC library!





More information about the Scummvm-git-logs mailing list