rfancella

CCS64.isd

Jun 8th, 2014
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 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="videoMode" required="false" nullable="false">
  11. <KEYTYPE>String</KEYTYPE>
  12. <DESCRIPTION>Window 1x is a small window. Window 2x is twice as big as Window 1x, Window 3x is 3 times as big as Window 1x. THese are values for a windowed emulator. The rest are the fullscreen modes. Be sure to pick one that is compatible with your screen and video card. WidthxHeightxColorDepth. Default value is 1024x768x32.</DESCRIPTION>
  13. <VALUES>
  14. <VALUE>Window 1x</VALUE>
  15. <VALUE>Window 2x</VALUE>
  16. <VALUE>Window 3x</VALUE>
  17. <VALUE>640x480x32</VALUE>
  18. <VALUE>720x480x32</VALUE>
  19. <VALUE>720x576x32</VALUE>
  20. <VALUE>800x600x32</VALUE>
  21. <VALUE>1024x768x32</VALUE>
  22. <VALUE>1152x864x32</VALUE>
  23. <VALUE>1280x720x32</VALUE>
  24. <VALUE>1280x768x32</VALUE>
  25. <VALUE>1280x800x32</VALUE>
  26. <VALUE>1280x960x32</VALUE>
  27. <VALUE>1280x1024x32</VALUE>
  28. <VALUE>1360x768x32</VALUE>
  29. <VALUE>1366x768x32</VALUE>
  30. <VALUE>1600x900x32</VALUE>
  31. <VALUE>1600x1024x32</VALUE>
  32. <VALUE>1600x1200x32</VALUE>
  33. <VALUE>1680x1050x32</VALUE>
  34. <VALUE>1920x1080x32</VALUE>
  35. <VALUE>1920x1200x32</VALUE>
  36. <VALUE>640x480x16</VALUE>
  37. <VALUE>720x480x16</VALUE>
  38. <VALUE>720x576x16</VALUE>
  39. <VALUE>800x600x16</VALUE>
  40. <VALUE>1024x768x16</VALUE>
  41. <VALUE>1152x864x16</VALUE>
  42. <VALUE>1280x720x16</VALUE>
  43. <VALUE>1280x768x16</VALUE>
  44. <VALUE>1280x800x16</VALUE>
  45. <VALUE>1280x960x16</VALUE>
  46. <VALUE>1280x1024x16</VALUE>
  47. <VALUE>1360x768x16</VALUE>
  48. <VALUE>1366x768x16</VALUE>
  49. <VALUE>1600x900x16</VALUE>
  50. <VALUE>1600x1024x16</VALUE>
  51. <VALUE>1600x1200x16</VALUE>
  52. <VALUE>1680x1050x16</VALUE>
  53. <VALUE>1920x1080x16</VALUE>
  54. <VALUE>1920x1200x16</VALUE>
  55. </VALUES>
  56. </KEY>
  57. <KEY name="bezelTopOffset" required="false" nullable="false">
  58. <KEYTYPE>Integer</KEYTYPE>
  59. <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>
  60. </KEY>
  61. <KEY name="bezelBottomOffset" required="false" nullable="false">
  62. <KEYTYPE>Integer</KEYTYPE>
  63. <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>
  64. </KEY>
  65. <KEY name="bezelLeftOffset" required="false" nullable="false">
  66. <KEYTYPE>Integer</KEYTYPE>
  67. <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>
  68. </KEY>
  69. <KEY name="bezelRightOffset" required="false" nullable="false">
  70. <KEYTYPE>Integer</KEYTYPE>
  71. <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>
  72. </KEY>
  73. </KEYS>
  74. </SECTION>
  75. </SECTIONS>
  76. </INIFILE>
  77. </INIFILES>
  78. </INISCHEMA>
Advertisement
Add Comment
Please, Sign In to add comment