Advertisement
Guest User

HTML5Engine.ini

a guest
May 12th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Audio]
  2. AudioDeviceModuleName=HTML5Audio
  3.  
  4. [OnlineSubsystemMcp]
  5. benabled=false
  6.  
  7. [SystemSettings]
  8. r.setres=800x600
  9.  
  10. [BuildSettings]
  11. HeapSize=1024
  12.  
  13. [HTML5DevicesWindows]
  14. Chrome(64bit)="C:\Users\Name\AppData\Local\Chromium\Application"
  15. Chrome(32bit)="C:\Program Files (x86)\Google\Chrome\Application"
  16.  
  17. ;all browsers on mac are 64 bit, 64 bit browsers can allocate more than 512MB of memory to around 1.5 GB.
  18. [HTML5DevicesMac]
  19. Safari="/Applications/Safari.app/Contents/MacOS/Safari"
  20. Firefox="/Applications/Firefox.app/Contents/MacOS/firefox-bin"
  21. Firefox (Aurora)="/Applications/FirefoxAurora.app/Contents/MacOS/firefox-bin"
  22.  
  23. [HTML5DevicesLinux]
  24. Firefox="/usr/bin/firefox"
  25.  
  26. [HTML5SDKPaths]
  27. Mac="/path/to/emscripten/sdk"
  28. Emscripten="D:\Emscripten\emscripten\1.30.0"
  29. Python="D:\Python27"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement