configure_debug.ui 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureDebug</class>
  4. <widget class="QWidget" name="ConfigureDebug">
  5. <layout class="QVBoxLayout" name="verticalLayout_1">
  6. <item>
  7. <widget class="QGroupBox" name="groupBox_2">
  8. <property name="title">
  9. <string>Logging</string>
  10. </property>
  11. <layout class="QGridLayout" name="gridLayout_1">
  12. <item row="0" column="0" colspan="2">
  13. <layout class="QHBoxLayout" name="horizontalLayout_1">
  14. <item>
  15. <widget class="QLabel" name="label_1">
  16. <property name="text">
  17. <string>Global Log Filter</string>
  18. </property>
  19. </widget>
  20. </item>
  21. <item>
  22. <widget class="QLineEdit" name="log_filter_edit"/>
  23. </item>
  24. </layout>
  25. </item>
  26. <item row="1" column="0">
  27. <widget class="QCheckBox" name="toggle_console">
  28. <property name="text">
  29. <string>Show Log in Console</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="1" column="1">
  34. <widget class="QPushButton" name="open_log_button">
  35. <property name="text">
  36. <string>Open Log Location</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item row="2" column="0">
  41. <widget class="QCheckBox" name="extended_logging">
  42. <property name="enabled">
  43. <bool>true</bool>
  44. </property>
  45. <property name="toolTip">
  46. <string>When checked, the max size of the log increases from 100 MB to 1 GB</string>
  47. </property>
  48. <property name="text">
  49. <string>Enable Extended Logging**</string>
  50. </property>
  51. </widget>
  52. </item>
  53. </layout>
  54. </widget>
  55. </item>
  56. <item>
  57. <widget class="QGroupBox" name="groupBox_3">
  58. <property name="title">
  59. <string>Homebrew</string>
  60. </property>
  61. <layout class="QVBoxLayout" name="verticalLayout_5">
  62. <item>
  63. <layout class="QHBoxLayout" name="horizontalLayout_4">
  64. <item>
  65. <widget class="QLabel" name="label_3">
  66. <property name="text">
  67. <string>Arguments String</string>
  68. </property>
  69. </widget>
  70. </item>
  71. <item>
  72. <widget class="QLineEdit" name="homebrew_args_edit"/>
  73. </item>
  74. </layout>
  75. </item>
  76. </layout>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QGroupBox" name="groupBox_4">
  81. <property name="title">
  82. <string>Graphics</string>
  83. </property>
  84. <layout class="QGridLayout" name="gridLayout_2">
  85. <item row="0" column="0">
  86. <widget class="QCheckBox" name="enable_graphics_debugging">
  87. <property name="enabled">
  88. <bool>true</bool>
  89. </property>
  90. <property name="toolTip">
  91. <string>When checked, the graphics API enters a slower debugging mode</string>
  92. </property>
  93. <property name="text">
  94. <string>Enable Graphics Debugging</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item row="2" column="0">
  99. <widget class="QCheckBox" name="enable_nsight_aftermath">
  100. <property name="toolTip">
  101. <string>When checked, it enables Nsight Aftermath crash dumps</string>
  102. </property>
  103. <property name="text">
  104. <string>Enable Nsight Aftermath</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item row="0" column="1">
  109. <widget class="QCheckBox" name="disable_macro_jit">
  110. <property name="enabled">
  111. <bool>true</bool>
  112. </property>
  113. <property name="toolTip">
  114. <string>When checked, it disables the macro Just In Time compiler. Enabling this makes games run slower</string>
  115. </property>
  116. <property name="text">
  117. <string>Disable Macro JIT</string>
  118. </property>
  119. </widget>
  120. </item>
  121. <item row="1" column="0">
  122. <widget class="QCheckBox" name="enable_shader_feedback">
  123. <property name="toolTip">
  124. <string>When checked, yuzu will log statistics about the compiled pipeline cache</string>
  125. </property>
  126. <property name="text">
  127. <string>Enable Shader Feedback</string>
  128. </property>
  129. </widget>
  130. </item>
  131. <item row="1" column="1">
  132. <widget class="QCheckBox" name="disable_loop_safety_checks">
  133. <property name="toolTip">
  134. <string>When checked, it executes shaders without loop logic changes</string>
  135. </property>
  136. <property name="text">
  137. <string>Disable Loop safety checks</string>
  138. </property>
  139. </widget>
  140. </item>
  141. </layout>
  142. </widget>
  143. </item>
  144. <item>
  145. <widget class="QGroupBox" name="groupBox_5">
  146. <property name="title">
  147. <string>Debugging</string>
  148. </property>
  149. <layout class="QGridLayout" name="gridLayout_3">
  150. <item row="0" column="0">
  151. <widget class="QCheckBox" name="fs_access_log">
  152. <property name="text">
  153. <string>Enable FS Access Log</string>
  154. </property>
  155. </widget>
  156. </item>
  157. <item row="1" column="0">
  158. <widget class="QCheckBox" name="reporting_services">
  159. <property name="text">
  160. <string>Enable Verbose Reporting Services**</string>
  161. </property>
  162. </widget>
  163. </item>
  164. </layout>
  165. </widget>
  166. </item>
  167. <item>
  168. <widget class="QGroupBox" name="groupBox_6">
  169. <property name="title">
  170. <string>Advanced</string>
  171. </property>
  172. <layout class="QGridLayout" name="gridLayout_4">
  173. <item> row="0" column="0">
  174. <widget class="QCheckBox" name="quest_flag">
  175. <property name="text">
  176. <string>Kiosk (Quest) Mode</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="1" column="0">
  181. <widget class="QCheckBox" name="enable_cpu_debugging">
  182. <property name="text">
  183. <string>Enable CPU Debugging</string>
  184. </property>
  185. </widget>
  186. </item>
  187. <item row="2" column="0">
  188. <widget class="QCheckBox" name="use_debug_asserts">
  189. <property name="text">
  190. <string>Enable Debug Asserts</string>
  191. </property>
  192. </widget>
  193. </item>
  194. <item row="0" column="1">
  195. <widget class="QCheckBox" name="use_auto_stub">
  196. <property name="text">
  197. <string>Enable Auto-Stub**</string>
  198. </property>
  199. </widget>
  200. </item>
  201. </layout>
  202. </widget>
  203. </item>
  204. <item>
  205. <widget class="QLabel" name="label_5">
  206. <property name="font">
  207. <font>
  208. <italic>true</italic>
  209. </font>
  210. </property>
  211. <property name="text">
  212. <string>**This will be reset automatically when yuzu closes.</string>
  213. </property>
  214. <property name="indent">
  215. <number>20</number>
  216. </property>
  217. </widget>
  218. </item>
  219. </layout>
  220. </widget>
  221. <tabstops>
  222. <tabstop>log_filter_edit</tabstop>
  223. <tabstop>toggle_console</tabstop>
  224. <tabstop>extended_logging</tabstop>
  225. <tabstop>open_log_button</tabstop>
  226. <tabstop>homebrew_args_edit</tabstop>
  227. <tabstop>enable_graphics_debugging</tabstop>
  228. <tabstop>enable_shader_feedback</tabstop>
  229. <tabstop>enable_nsight_aftermath</tabstop>
  230. <tabstop>disable_macro_jit</tabstop>
  231. <tabstop>disable_loop_safety_checks</tabstop>
  232. <tabstop>fs_access_log</tabstop>
  233. <tabstop>reporting_services</tabstop>
  234. <tabstop>quest_flag</tabstop>
  235. <tabstop>enable_cpu_debugging</tabstop>
  236. <tabstop>use_debug_asserts</tabstop>
  237. <tabstop>use_auto_stub</tabstop>
  238. </tabstops>
  239. <resources/>
  240. <connections/>
  241. </ui>