aboutsummaryrefslogtreecommitdiff
path: root/backends/wince
diff options
context:
space:
mode:
authorNicolas Bacca2003-08-06 11:54:05 +0000
committerNicolas Bacca2003-08-06 11:54:05 +0000
commit845a3c5f6e7d98ee223be5703aa0312d7b37ee2e (patch)
treeaeb459313d696c97f348f2efea4b3e3833542662 /backends/wince
parent1a0d308e041d563e4fa4cfa57392ea0e306fe92f (diff)
downloadscummvm-rg350-845a3c5f6e7d98ee223be5703aa0312d7b37ee2e.tar.gz
scummvm-rg350-845a3c5f6e7d98ee223be5703aa0312d7b37ee2e.tar.bz2
scummvm-rg350-845a3c5f6e7d98ee223be5703aa0312d7b37ee2e.zip
Added .ini parameters
svn-id: r9553
Diffstat (limited to 'backends/wince')
-rw-r--r--backends/wince/README-WinCE36
1 files changed, 36 insertions, 0 deletions
diff --git a/backends/wince/README-WinCE b/backends/wince/README-WinCE
index ed1d9299e2..dd48fa89ac 100644
--- a/backends/wince/README-WinCE
+++ b/backends/wince/README-WinCE
@@ -127,6 +127,42 @@ You can change the keys mapping in the main screen in the "Options" menu. Select
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
---------------------------------