configure_cpu.ui 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureCpu</class>
  4. <widget class="QWidget" name="ConfigureCpu">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>448</width>
  10. <height>439</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="accessibleName">
  17. <string>CPU</string>
  18. </property>
  19. <layout class="QVBoxLayout">
  20. <item>
  21. <layout class="QVBoxLayout">
  22. <item>
  23. <widget class="QGroupBox" name="groupBox">
  24. <property name="title">
  25. <string>General</string>
  26. </property>
  27. <layout class="QVBoxLayout">
  28. <item>
  29. <widget class="QWidget" name="widget_accuracy" native="true">
  30. <layout class="QHBoxLayout" name="layout_accuracy">
  31. <item>
  32. <widget class="QLabel" name="label_accuracy">
  33. <property name="text">
  34. <string>Accuracy:</string>
  35. </property>
  36. </widget>
  37. </item>
  38. <item>
  39. <widget class="QComboBox" name="accuracy">
  40. <item>
  41. <property name="text">
  42. <string>Auto</string>
  43. </property>
  44. </item>
  45. <item>
  46. <property name="text">
  47. <string>Accurate</string>
  48. </property>
  49. </item>
  50. <item>
  51. <property name="text">
  52. <string>Unsafe</string>
  53. </property>
  54. </item>
  55. </widget>
  56. </item>
  57. </layout>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QLabel" name="label_recommended_accuracy">
  62. <property name="text">
  63. <string>We recommend setting accuracy to &quot;Auto&quot;.</string>
  64. </property>
  65. <property name="wordWrap">
  66. <bool>false</bool>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </widget>
  72. </item>
  73. </layout>
  74. </item>
  75. <item>
  76. <layout class="QVBoxLayout">
  77. <item>
  78. <widget class="QGroupBox" name="unsafe_group">
  79. <property name="title">
  80. <string>Unsafe CPU Optimization Settings</string>
  81. </property>
  82. <layout class="QVBoxLayout">
  83. <item>
  84. <widget class="QLabel" name="label_accuracy_description">
  85. <property name="text">
  86. <string>These settings reduce accuracy for speed.</string>
  87. </property>
  88. <property name="wordWrap">
  89. <bool>false</bool>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <widget class="QCheckBox" name="cpuopt_unsafe_unfuse_fma">
  95. <property name="toolTip">
  96. <string>
  97. &lt;div&gt;This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.&lt;/div&gt;
  98. </string>
  99. </property>
  100. <property name="text">
  101. <string>Unfuse FMA (improve performance on CPUs without FMA)</string>
  102. </property>
  103. </widget>
  104. </item>
  105. <item>
  106. <widget class="QCheckBox" name="cpuopt_unsafe_reduce_fp_error">
  107. <property name="toolTip">
  108. <string>
  109. &lt;div&gt;This option improves the speed of some approximate floating-point functions by using less accurate native approximations.&lt;/div&gt;
  110. </string>
  111. </property>
  112. <property name="text">
  113. <string>Faster FRSQRTE and FRECPE</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <widget class="QCheckBox" name="cpuopt_unsafe_ignore_standard_fpcr">
  119. <property name="toolTip">
  120. <string>
  121. &lt;div&gt;This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.&lt;/div&gt;
  122. </string>
  123. </property>
  124. <property name="text">
  125. <string>Faster ASIMD instructions (32 bits only)</string>
  126. </property>
  127. </widget>
  128. </item>
  129. <item>
  130. <widget class="QCheckBox" name="cpuopt_unsafe_inaccurate_nan">
  131. <property name="toolTip">
  132. <string>
  133. &lt;div&gt;This option improves speed by removing NaN checking. Please note this also reduces accuracy of certain floating-point instructions.&lt;/div&gt;
  134. </string>
  135. </property>
  136. <property name="text">
  137. <string>Inaccurate NaN handling</string>
  138. </property>
  139. </widget>
  140. </item>
  141. <item>
  142. <widget class="QCheckBox" name="cpuopt_unsafe_fastmem_check">
  143. <property name="toolTip">
  144. <string>
  145. &lt;div&gt;This option improves speed by eliminating a safety check before every memory read/write in guest. Disabling it may allow a game to read/write the emulator's memory.&lt;/div&gt;
  146. </string>
  147. </property>
  148. <property name="text">
  149. <string>Disable address space checks</string>
  150. </property>
  151. </widget>
  152. </item>
  153. </layout>
  154. </widget>
  155. </item>
  156. </layout>
  157. </item>
  158. <item>
  159. <spacer name="verticalSpacer">
  160. <property name="orientation">
  161. <enum>Qt::Vertical</enum>
  162. </property>
  163. <property name="sizeHint" stdset="0">
  164. <size>
  165. <width>20</width>
  166. <height>40</height>
  167. </size>
  168. </property>
  169. </spacer>
  170. </item>
  171. <item>
  172. <widget class="QLabel" name="label_disable_info">
  173. <property name="text">
  174. <string>CPU settings are available only when game is not running.</string>
  175. </property>
  176. <property name="wordWrap">
  177. <bool>true</bool>
  178. </property>
  179. </widget>
  180. </item>
  181. </layout>
  182. </widget>
  183. <resources/>
  184. <connections/>
  185. </ui>