app.icf 740 B

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