rfancella

Stella.isd

Dec 8th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 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="CenterScreen" required="false" nullable="false">
  15. <KEYTYPE>Boolean</KEYTYPE>
  16. <DESCRIPTION>If true, the emulator will center your gameplay screen.</DESCRIPTION>
  17. </KEY>
  18. <KEY name="ScreenZoom" required="false" nullable="false">
  19. <KEYTYPE>String</KEYTYPE>
  20. <DESCRIPTION>If auto, HL will set the zoom to maximize your gameplay area. Otherwise set your desired zoom.</DESCRIPTION>
  21. <VALUES>
  22. <VALUE description="Auto">autoHL</VALUE>
  23. <VALUE description="No Zoom">1</VALUE>
  24. <VALUE description="Zoom2x">2</VALUE>
  25. <VALUE description="Zoom3x">3</VALUE>
  26. <VALUE description="Zoom4x">4</VALUE>
  27. <VALUE description="Zoom5x">5</VALUE>
  28. <VALUE description="Zoom6x">6</VALUE>
  29. </VALUES>
  30. </KEY>
  31. <KEY name="DiskSwapKey" required="false" nullable="false">
  32. <KEYTYPE>xHotkey</KEYTYPE>
  33. <DESCRIPTION>swaps disk</DESCRIPTION>
  34. </KEY>
  35. <KEY name="Bezel_Top_Offset" required="false" nullable="true">
  36. <KEYTYPE>Integer</KEYTYPE>
  37. <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.</DESCRIPTION>
  38. </KEY>
  39. <KEY name="Bezel_Bottom_Offset" required="false" nullable="true">
  40. <KEYTYPE>Integer</KEYTYPE>
  41. <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 top decrease it.</DESCRIPTION>
  42. </KEY>
  43. <KEY name="Bezel_Left_Offset" required="false" nullable="true">
  44. <KEYTYPE>Integer</KEYTYPE>
  45. <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 top decrease it.</DESCRIPTION>
  46. </KEY>
  47. <KEY name="Bezel_Right_Offset" required="false" nullable="true">
  48. <KEYTYPE>Integer</KEYTYPE>
  49. <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 top decrease it.</DESCRIPTION>
  50. </KEY>
  51. </KEYS>
  52. </SECTION>
  53. </SECTIONS>
  54. </INIFILE>
  55. </INIFILES>
  56. </INISCHEMA>
Advertisement
Add Comment
Please, Sign In to add comment