rfancella

Project64 (v2.x).isd

May 11th, 2015
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 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="EmuVersion" required="false" nullable="false">
  15. <KEYTYPE>String</KEYTYPE>
  16. <DESCRIPTION>Set the full version of the emu so RocketLauncher can find the window. So if your emu version is 2.2.1, enter exactly 2.2.1</DESCRIPTION>
  17. </KEY>
  18. <KEY name="BezelDelay" required="false" nullable="false">
  19. <KEYTYPE>String</KEYTYPE>
  20. <DESCRIPTION>Set the ammount of time the module will sleep before positioning the bezel. If your bezel is not displayed correctly, increase this number. Default is 5000.</DESCRIPTION>
  21. </KEY>
  22. </KEYS>
  23. </SECTION>
  24. </SECTIONS>
  25. </INIFILE>
  26. </INIFILES>
  27. </INISCHEMA>
Advertisement
Add Comment
Please, Sign In to add comment