rfancella

Nestopia.isd

Jun 8th, 2014
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 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>If true emulator will run fullscreen.</DESCRIPTION>
  13. </KEY>
  14. <KEY name="ExitKey" required="false" nullable="true">
  15. <KEYTYPE>String</KEYTYPE>
  16. <DESCRIPTION>Set Nestopia's Exit key.</DESCRIPTION>
  17. </KEY>
  18. <KEY name="ToggleMenuKey" required="false" nullable="true">
  19. <KEYTYPE>String</KEYTYPE>
  20. <DESCRIPTION>Set Nestopia's Toggle Menu key. Make sure this is not the same as your exit key.</DESCRIPTION>
  21. </KEY>
  22. <KEY name="bezelTopOffset" required="false" nullable="false">
  23. <KEYTYPE>Integer</KEYTYPE>
  24. <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>
  25. </KEY>
  26. <KEY name="bezelBottomOffset" required="false" nullable="false">
  27. <KEYTYPE>Integer</KEYTYPE>
  28. <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.</DESCRIPTION>
  29. </KEY>
  30. <KEY name="bezelLeftOffset" required="false" nullable="false">
  31. <KEYTYPE>Integer</KEYTYPE>
  32. <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.</DESCRIPTION>
  33. </KEY>
  34. <KEY name="bezelRightOffset" required="false" nullable="false">
  35. <KEYTYPE>Integer</KEYTYPE>
  36. <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.</DESCRIPTION>
  37. </KEY>
  38. </KEYS>
  39. </SECTION>
  40. <SECTION name="%RomName%" required="false">
  41. <SECTIONTYPE>Rom</SECTIONTYPE>
  42. <KEYS>
  43. <KEY name="force4players" required="false" nullable="false">
  44. <KEYTYPE>Boolean</KEYTYPE>
  45. <DESCRIPTION>Some games will not be automatically recognaiced as 4 players games, set this to true to force 4 pads.</DESCRIPTION>
  46. </KEY>
  47. </KEYS>
  48. </SECTION>
  49. </SECTIONS>
  50. </INIFILE>
  51. </INIFILES>
  52. </INISCHEMA>
Advertisement
Add Comment
Please, Sign In to add comment