rfancella

ePSXe.isd

Mar 10th, 2015
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 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="turboButton" required="false" nullable="false">
  15. <KEYTYPE>xHotkey</KEYTYPE>
  16. <DESCRIPTION>Key mapping for turbo button assignment. TurboButton will only work with DX7 video plugin. Turbo key by Hypnoziz.</DESCRIPTION>
  17. </KEY>
  18. <KEY name="slowBoot" required="false" nullable="false">
  19. <KEYTYPE>Boolean</KEYTYPE>
  20. <DESCRIPTION>If true, force emulator to show bios screen at boot</DESCRIPTION>
  21. </KEY>
  22. <KEY name="enableAnalog" required="false" nullable="false">
  23. <KEYTYPE>Boolean</KEYTYPE>
  24. <DESCRIPTION>If true, enables analog controls at start of game for you, so you don't have to press F5</DESCRIPTION>
  25. </KEY>
  26. <KEY name="HideePSXeGUIs" required="false" nullable="false">
  27. <KEYTYPE>Boolean</KEYTYPE>
  28. <DESCRIPTION>Enables/Disables hiding of all ePSXe's GUI windows on load and disc change for multi-disc games.</DESCRIPTION>
  29. </KEY>
  30. <KEY name="PerGameMemoryCards" required="false" nullable="false">
  31. <KEYTYPE>Boolean</KEYTYPE>
  32. <DESCRIPTION>Enables/Disables Support for Per-Game Memory Card support. Make sure the first time you run with this option enabled, your current memory cards are formatted and blank.</DESCRIPTION>
  33. </KEY>
  34. <KEY name="memCardPath" required="false" nullable="false">
  35. <KEYTYPE>FolderPath</KEYTYPE>
  36. <FULLROW>true</FULLROW>
  37. <DESCRIPTION>Relative path to your memory card folder, defaults to EmuPath\memcards. Path relative to the emulator folder.</DESCRIPTION>
  38. <PATHTYPE>Relative</PATHTYPE>
  39. <BASEPATH>%EmulatorPath%</BASEPATH>
  40. </KEY>
  41. </KEYS>
  42. </SECTION>
  43. <SECTION name="%RomName%" required="false">
  44. <SECTIONTYPE>Rom</SECTIONTYPE>
  45. <KEYS>
  46. <KEY name="DisableMemoryCard1" required="false" nullable="false">
  47. <KEYTYPE>Boolean</KEYTYPE>
  48. <DESCRIPTION>If true, disables memory card 1 for this game. Some games may not boot if both memory cards are inserted.</DESCRIPTION>
  49. </KEY>
  50. <KEY name="DisableMemoryCard2" required="false" nullable="false">
  51. <KEYTYPE>Boolean</KEYTYPE>
  52. <DESCRIPTION>If true, disables memory card 2 for this game. Some games may not boot if both memory cards are inserted.</DESCRIPTION>
  53. </KEY>
  54. </KEYS>
  55. </SECTION>
  56. </SECTIONS>
  57. </INIFILE>
  58. </INIFILES>
  59. </INISCHEMA>
Advertisement
Add Comment
Please, Sign In to add comment