michael@0: # This file is for configuration settings for your michael@0: # application. michael@0: # michael@0: # The syntax is similar to windows .ini files ie michael@0: # michael@0: # [GroupName] michael@0: # Setting = Value michael@0: # michael@0: # Which can be read by your application using michael@0: # e.g s3eConfigGetString("GroupName", "Setting", string) michael@0: # michael@0: # All settings must be documented in .config.txt files. michael@0: # New settings specific to this application should be michael@0: # documented in app.config.txt michael@0: # michael@0: # Some conditional operations are also permitted, see the michael@0: # S3E documentation for details. michael@0: michael@0: [S3E] michael@0: MemSize=25000000 michael@0: MemSizeDebug=30000000 michael@0: WinPosX=16 michael@0: WinPosY=16 michael@0: #SysStdOut="output.txt" michael@0: michael@0: [TRACE] michael@0: ACCELEROMETER=0 michael@0: AUDIO=0 michael@0: DEBUG=0 michael@0: DEVICE=0 michael@0: EXT=0 michael@0: FIBRE=0 michael@0: FILE=0 michael@0: IWCRT=0 michael@0: #IW_GL=0 michael@0: KEYBOARD=0 michael@0: LOADER=0 michael@0: MEMORY=0 michael@0: THREAD=0 michael@0: SOUND=0 michael@0: SURFACE=0 michael@0: michael@0: [GL] michael@0: AllowNegativeUniformLocation=1 michael@0: michael@0: [UTIL] michael@0: MemMgrMaxAllocWarning=0