summaryrefslogtreecommitdiff
path: root/Client/ThirdParty/imgui/examples/example_marmalade/data
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-12-13 00:07:19 +0800
committerchai <chaifix@163.com>2021-12-13 00:07:19 +0800
commit60cbbdec07ab7a5636eac5b3c024ae44e937f4d4 (patch)
treeb2c7b0a868f18159dbc43d8954e1bd7668549a88 /Client/ThirdParty/imgui/examples/example_marmalade/data
+init
Diffstat (limited to 'Client/ThirdParty/imgui/examples/example_marmalade/data')
-rw-r--r--Client/ThirdParty/imgui/examples/example_marmalade/data/app.icf32
1 files changed, 32 insertions, 0 deletions
diff --git a/Client/ThirdParty/imgui/examples/example_marmalade/data/app.icf b/Client/ThirdParty/imgui/examples/example_marmalade/data/app.icf
new file mode 100644
index 0000000..fcd6585
--- /dev/null
+++ b/Client/ThirdParty/imgui/examples/example_marmalade/data/app.icf
@@ -0,0 +1,32 @@
+# 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=6000000
+MemSizeDebug=6000000
+DispFixRot=FixedLandscape
+
+# emulate iphone 5 resolution, change these settings to emulate other display resolution
+WinWidth=1136
+WinHeight=640
+
+[GX]
+DataCacheSize=131070
+
+[Util]
+#MemoryBreakpoint=1282