|
1 # This file is for configuration settings for your |
|
2 # application. |
|
3 # |
|
4 # The syntax is similar to windows .ini files ie |
|
5 # |
|
6 # [GroupName] |
|
7 # Setting = Value |
|
8 # |
|
9 # Which can be read by your application using |
|
10 # e.g s3eConfigGetString("GroupName", "Setting", string) |
|
11 # |
|
12 # All settings must be documented in .config.txt files. |
|
13 # New settings specific to this application should be |
|
14 # documented in app.config.txt |
|
15 # |
|
16 # Some conditional operations are also permitted, see the |
|
17 # S3E documentation for details. |
|
18 |
|
19 [S3E] |
|
20 MemSize=25000000 |
|
21 MemSizeDebug=30000000 |
|
22 WinPosX=16 |
|
23 WinPosY=16 |
|
24 #SysStdOut="output.txt" |
|
25 |
|
26 [TRACE] |
|
27 ACCELEROMETER=0 |
|
28 AUDIO=0 |
|
29 DEBUG=0 |
|
30 DEVICE=0 |
|
31 EXT=0 |
|
32 FIBRE=0 |
|
33 FILE=0 |
|
34 IWCRT=0 |
|
35 #IW_GL=0 |
|
36 KEYBOARD=0 |
|
37 LOADER=0 |
|
38 MEMORY=0 |
|
39 THREAD=0 |
|
40 SOUND=0 |
|
41 SURFACE=0 |
|
42 |
|
43 [GL] |
|
44 AllowNegativeUniformLocation=1 |
|
45 |
|
46 [UTIL] |
|
47 MemMgrMaxAllocWarning=0 |