configure_cpu.ui 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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. <item>
  56. <property name="text">
  57. <string>Paranoid (disables most optimizations)</string>
  58. </property>
  59. </item>
  60. </widget>
  61. </item>
  62. </layout>
  63. </widget>
  64. </item>
  65. <item>
  66. <widget class="QLabel" name="label_recommended_accuracy">
  67. <property name="text">
  68. <string>We recommend setting accuracy to &quot;Auto&quot;.</string>
  69. </property>
  70. <property name="wordWrap">
  71. <bool>false</bool>
  72. </property>
  73. </widget>
  74. </item>
  75. </layout>
  76. </widget>
  77. </item>
  78. </layout>
  79. </item>
  80. <item>
  81. <layout class="QVBoxLayout">
  82. <item>
  83. <widget class="QGroupBox" name="unsafe_group">
  84. <property name="title">
  85. <string>Unsafe CPU Optimization Settings</string>
  86. </property>
  87. <layout class="QVBoxLayout">
  88. <item>
  89. <widget class="QLabel" name="label_accuracy_description">
  90. <property name="text">
  91. <string>These settings reduce accuracy for speed.</string>
  92. </property>
  93. <property name="wordWrap">
  94. <bool>false</bool>
  95. </property>
  96. </widget>
  97. </item>
  98. <item>
  99. <widget class="QCheckBox" name="cpuopt_unsafe_unfuse_fma">
  100. <property name="toolTip">
  101. <string>
  102. &lt;div&gt;This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.&lt;/div&gt;
  103. </string>
  104. </property>
  105. <property name="text">
  106. <string>Unfuse FMA (improve performance on CPUs without FMA)</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item>
  111. <widget class="QCheckBox" name="cpuopt_unsafe_reduce_fp_error">
  112. <property name="toolTip">
  113. <string>
  114. &lt;div&gt;This option improves the speed of some approximate floating-point functions by using less accurate native approximations.&lt;/div&gt;
  115. </string>
  116. </property>
  117. <property name="text">
  118. <string>Faster FRSQRTE and FRECPE</string>
  119. </property>
  120. </widget>
  121. </item>
  122. <item>
  123. <widget class="QCheckBox" name="cpuopt_unsafe_ignore_standard_fpcr">
  124. <property name="toolTip">
  125. <string>
  126. &lt;div&gt;This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.&lt;/div&gt;
  127. </string>
  128. </property>
  129. <property name="text">
  130. <string>Faster ASIMD instructions (32 bits only)</string>
  131. </property>
  132. </widget>
  133. </item>
  134. <item>
  135. <widget class="QCheckBox" name="cpuopt_unsafe_inaccurate_nan">
  136. <property name="toolTip">
  137. <string>
  138. &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;
  139. </string>
  140. </property>
  141. <property name="text">
  142. <string>Inaccurate NaN handling</string>
  143. </property>
  144. </widget>
  145. </item>
  146. <item>
  147. <widget class="QCheckBox" name="cpuopt_unsafe_fastmem_check">
  148. <property name="toolTip">
  149. <string>
  150. &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;
  151. </string>
  152. </property>
  153. <property name="text">
  154. <string>Disable address space checks</string>
  155. </property>
  156. </widget>
  157. </item>
  158. <item>
  159. <widget class="QCheckBox" name="cpuopt_unsafe_ignore_global_monitor">
  160. <property name="toolTip">
  161. <string>
  162. &lt;div&gt;This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions. Please note this may result in deadlocks and other race conditions.&lt;/div&gt;
  163. </string>
  164. </property>
  165. <property name="text">
  166. <string>Ignore global monitor</string>
  167. </property>
  168. </widget>
  169. </item>
  170. </layout>
  171. </widget>
  172. </item>
  173. </layout>
  174. </item>
  175. <item>
  176. <spacer name="verticalSpacer">
  177. <property name="orientation">
  178. <enum>Qt::Vertical</enum>
  179. </property>
  180. <property name="sizeHint" stdset="0">
  181. <size>
  182. <width>20</width>
  183. <height>40</height>
  184. </size>
  185. </property>
  186. </spacer>
  187. </item>
  188. <item>
  189. <widget class="QLabel" name="label_disable_info">
  190. <property name="text">
  191. <string>CPU settings are available only when game is not running.</string>
  192. </property>
  193. <property name="wordWrap">
  194. <bool>true</bool>
  195. </property>
  196. </widget>
  197. </item>
  198. </layout>
  199. </widget>
  200. <resources/>
  201. <connections/>
  202. </ui>