2012-10-24 08:03:06 +08:00
|
|
|
# This file is for configuration settings for your
|
|
|
|
# application.
|
|
|
|
#
|
|
|
|
# The syntax is similar to windows .ini files ie
|
|
|
|
#
|
|
|
|
# [GroupName]
|
|
|
|
# Setting = Value
|
|
|
|
#
|
|
|
|
# Which can be read by your application using
|
|
|
|
# e.g s3eConfigGetString("GroupName", "Setting", string)
|
|
|
|
#
|
|
|
|
# All settings must be documented in .config.txt files.
|
|
|
|
# New settings specific to this application should be
|
|
|
|
# documented in app.config.txt
|
|
|
|
#
|
|
|
|
# Some conditional operations are also permitted, see the
|
|
|
|
# S3E documentation for details.
|
|
|
|
[S3E]
|
|
|
|
MemSize = 10000000
|
2012-11-12 10:46:26 +08:00
|
|
|
# Sample only compatible with 480x320 display resolution
|
|
|
|
WinWidth=480
|
|
|
|
WinHeight=320
|
2012-10-24 08:03:06 +08:00
|
|
|
|
|
|
|
[GL]
|
|
|
|
AllowNegativeUniformLocation=1
|
|
|
|
|