[Scummvm-cvs-logs] CVS: scummvm/backends/wince README-WinCE,1.2,1.3

Nicolas Bacca arisme at users.sourceforge.net
Wed Aug 6 04:55:01 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/wince
In directory sc8-pr-cvs1:/tmp/cvs-serv3882

Modified Files:
	README-WinCE 
Log Message:
Added .ini parameters

Index: README-WinCE
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/README-WinCE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README-WinCE	5 Aug 2003 22:54:13 -0000	1.2
+++ README-WinCE	6 Aug 2003 11:54:05 -0000	1.3
@@ -127,6 +127,42 @@
 an action in the "Keys Mapping" submenu, then press the key you want to map to 
 this action.
 
+How can I apply a ScummVM command line option (f.e. to change the language) 
+---------------------------------------------------------------------------
+
+See the section regarding the configuration file (scummvm.ini) in ScummVM
+README file - the same keywords apply.
+
+Some parameters are specific to this port  
+
+[wince] section
+
+NoDirectVideo         bool      Do not try direct video access if GAPI
+                                cannot be found (debug option) if set
+
+Sound                 bool      Comput everything but mute output if set 
+FMHighQuality         bool      Desktop quality FM synthesis if set
+SoundThreadPriority   int       Set the priority of the sound thread
+                                (given to SetThreadPriority API)
+NoMusic               bool      Equivalent to -e NULL if set
+DisplayMode           int       0 : Portrait | 1 : Landscape
+
+The following parameters are specific to Microsoft Smartphone devices
+
+[smartfon-keys] section
+
+RepeatX               int       Number of events before changing horizontal
+                                cursor behaviour 
+StepX1                int       First horizontal cursor increment value
+StepX2                int       Second horizontal cursor increment value
+                                triggered when the key is repeated less than
+                                repeatX 
+StepX3                int       Third horizontal cursor increment value
+                                triggered when the key is repeated more than
+                                repeatX
+
+And you'll guess what RepeatY and StepY do :p
+
 Game xxx is too slow on my device
 ---------------------------------
 





More information about the Scummvm-git-logs mailing list