imgui

FORK: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
git clone https://git.neptards.moe/neptards/imgui.git
Log | Files | Refs

app.icf (740B)


      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=6000000
     21 MemSizeDebug=6000000
     22 DispFixRot=FixedLandscape
     23 
     24 # emulate iphone 5 resolution, change these settings to emulate other display resolution
     25 WinWidth=1136
     26 WinHeight=640
     27 
     28 [GX]
     29 DataCacheSize=131070
     30 
     31 [Util] 
     32 #MemoryBreakpoint=1282