-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.icf
41 lines (38 loc) · 867 Bytes
/
app.icf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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]
SplashscreenBkR=0
SplashscreenBkG=0
SplashscreenBkB=0
MemSize = 60000000
MemSize7 = 60000
DispFixRot=Portrait
SymbianOverideDeviceRot=0
SoundStereo = 0
SoundOutputFreq = 16000
AudioAllowBackground = 1
WinWidth=640
WinHeight=960
SysGlesVersion=1
WinFullScreen=0
WinAllowAltEnter=1
WinBpp=32
IOSDispScaleFactor=200
[crconfig]
platform=ipad
use_scoreloop=false