Advertisement
Guest User

HTML5Engine.ini

a guest
Apr 19th, 2015
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  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. Firefox Nightly (64 bit)="C:/Program Files/Nightly/firefox.exe"
  15. Firefox Nightly (32 bit)="C:/Program Files (x86)/Nightly/firefox.exe"
  16. Firefox (32 bit)="C:/Program Files (x86)/Mozilla Firefox/firefox.exe"
  17. Chrome="C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"
  18.  
  19. ;all browsers on mac are 64 bit, 64 bit browsers can allocate more than 512MB of memory to around 1.5 GB.
  20. [HTML5DevicesMac]
  21. Safari="/Applications/Safari.app/Contents/MacOS/Safari"
  22. Firefox="/Applications/Firefox.app/Contents/MacOS/firefox-bin"
  23. Firefox (Aurora)="/Applications/FirefoxAurora.app/Contents/MacOS/firefox-bin"
  24.  
  25. [HTML5DevicesLinux]
  26. Firefox="/usr/bin/firefox"
  27.  
  28. [HTML5SDKPaths]
  29. Mac="/path/to/emscripten/sdk"
  30.  
  31. [HTML5SDKPaths]
  32. Emscripten="C:/Program Files/Emscripten/emscripten/1.29.0"
  33. Python="C:/Python27"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement