[Scummvm-cvs-logs] SF.net SVN: scummvm:[43361] scummvm/branches/branch-1-0-0/backends/platform /symbian/src/portdefs.h

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Fri Aug 14 08:09:34 CEST 2009


Revision: 43361
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43361&view=rev
Author:   anotherguest
Date:     2009-08-14 06:09:33 +0000 (Fri, 14 Aug 2009)

Log Message:
-----------
Disable keymapper for Symbian! 

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/backends/platform/symbian/src/portdefs.h

Modified: scummvm/branches/branch-1-0-0/backends/platform/symbian/src/portdefs.h
===================================================================
--- scummvm/branches/branch-1-0-0/backends/platform/symbian/src/portdefs.h	2009-08-14 01:57:53 UTC (rev 43360)
+++ scummvm/branches/branch-1-0-0/backends/platform/symbian/src/portdefs.h	2009-08-14 06:09:33 UTC (rev 43361)
@@ -127,7 +127,9 @@
 #define USE_ARM_COSTUME_ASM
 #define USE_ARM_SOUND_ASM
 #endif
-#define ENABLE_KEYMAPPER
+// This is not really functioning yet. 
+// Default SDL keys should map to standard keys I think!
+//#define ENABLE_KEYMAPPER  
 
 // Symbian bsearch implementation is flawed
 void *scumm_bsearch(const void *key, const void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));


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