rfancella

Steem.isd

Sep 17th, 2014
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <INISCHEMA>
  3. <INIFILES>
  4. <INIFILE name="%ModuleName%" required="false">
  5. <INITYPE>Module</INITYPE>
  6. <SECTIONS>
  7. <SECTION name="Settings" required="false">
  8. <SECTIONTYPE>Global</SECTIONTYPE>
  9. <KEYS>
  10. <KEY name="Fullscreen" required="false" nullable="false">
  11. <KEYTYPE>Boolean</KEYTYPE>
  12. <DESCRIPTION>Enables/Disables Fullscreen</DESCRIPTION>
  13. </KEY>
  14. <KEY name="bezelTopOffset" required="false" nullable="false">
  15. <KEYTYPE>Integer</KEYTYPE>
  16. <DESCRIPTION>If you see part of the emulator window at the top of your playing screen increase this value. If your playing screen is hidden at the top decrease it. Default is 20.</DESCRIPTION>
  17. </KEY>
  18. <KEY name="bezelBottomOffset" required="false" nullable="false">
  19. <KEYTYPE>Integer</KEYTYPE>
  20. <DESCRIPTION>If you see part of the emulator window at the bottom of your playing screen increase this value. If your playing screen is hidden at the bottom decrease it. Default is 0.</DESCRIPTION>
  21. </KEY>
  22. <KEY name="bezelLeftOffset" required="false" nullable="false">
  23. <KEYTYPE>Integer</KEYTYPE>
  24. <DESCRIPTION>If you see part of the emulator window at the left of your playing screen increase this value. If your playing screen is hidden at the left decrease it. Default is 0.</DESCRIPTION>
  25. </KEY>
  26. <KEY name="bezelRightOffset" required="false" nullable="false">
  27. <KEYTYPE>Integer</KEYTYPE>
  28. <DESCRIPTION>If you see part of the emulator window at the right of your playing screen increase this value. If your playing screen is hidden at the right decrease it. Default is 10.</DESCRIPTION>
  29. </KEY>
  30. </KEYS>
  31. </SECTION>
  32. </SECTIONS>
  33. </INIFILE>
  34. </INIFILES>
  35. </INISCHEMA>
Advertisement
Add Comment
Please, Sign In to add comment