configure_debug.ui 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureDebug</class>
  4. <widget class="QWidget" name="ConfigureDebug">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>467</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_1">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout_2">
  19. <item>
  20. <widget class="QGroupBox" name="groupBox">
  21. <property name="title">
  22. <string>GDB</string>
  23. </property>
  24. <layout class="QVBoxLayout" name="verticalLayout_3">
  25. <item>
  26. <layout class="QHBoxLayout" name="horizontalLayout_1">
  27. <item>
  28. <widget class="QCheckBox" name="toggle_gdbstub">
  29. <property name="text">
  30. <string>Enable GDB Stub</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <spacer name="horizontalSpacer">
  36. <property name="orientation">
  37. <enum>Qt::Horizontal</enum>
  38. </property>
  39. <property name="sizeHint" stdset="0">
  40. <size>
  41. <width>40</width>
  42. <height>20</height>
  43. </size>
  44. </property>
  45. </spacer>
  46. </item>
  47. <item>
  48. <widget class="QLabel" name="label_1">
  49. <property name="text">
  50. <string>Port:</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QSpinBox" name="gdbport_spinbox">
  56. <property name="maximum">
  57. <number>65536</number>
  58. </property>
  59. </widget>
  60. </item>
  61. </layout>
  62. </item>
  63. </layout>
  64. </widget>
  65. </item>
  66. </layout>
  67. </item>
  68. <item>
  69. <widget class="QGroupBox" name="groupBox_2">
  70. <property name="title">
  71. <string>Logging</string>
  72. </property>
  73. <layout class="QVBoxLayout" name="verticalLayout_4">
  74. <item>
  75. <layout class="QHBoxLayout" name="horizontalLayout_2">
  76. <item>
  77. <widget class="QLabel" name="label_2">
  78. <property name="text">
  79. <string>Global Log Filter</string>
  80. </property>
  81. </widget>
  82. </item>
  83. <item>
  84. <widget class="QLineEdit" name="log_filter_edit"/>
  85. </item>
  86. </layout>
  87. </item>
  88. <item>
  89. <layout class="QHBoxLayout" name="horizontalLayout_3">
  90. <item>
  91. <widget class="QCheckBox" name="toggle_console">
  92. <property name="text">
  93. <string>Show Log Console (Windows Only)</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QPushButton" name="open_log_button">
  99. <property name="text">
  100. <string>Open Log Location</string>
  101. </property>
  102. </widget>
  103. </item>
  104. </layout>
  105. </item>
  106. </layout>
  107. </widget>
  108. </item>
  109. <item>
  110. <widget class="QGroupBox" name="groupBox_3">
  111. <property name="title">
  112. <string>Homebrew</string>
  113. </property>
  114. <layout class="QVBoxLayout" name="verticalLayout_5">
  115. <item>
  116. <layout class="QHBoxLayout" name="horizontalLayout_4">
  117. <item>
  118. <widget class="QLabel" name="label_3">
  119. <property name="text">
  120. <string>Arguments String</string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item>
  125. <widget class="QLineEdit" name="homebrew_args_edit"/>
  126. </item>
  127. </layout>
  128. </item>
  129. </layout>
  130. </widget>
  131. </item>
  132. <item>
  133. <widget class="QGroupBox" name="groupBox_4">
  134. <property name="title">
  135. <string>Graphics</string>
  136. </property>
  137. <layout class="QVBoxLayout" name="verticalLayout_6">
  138. <item>
  139. <widget class="QCheckBox" name="enable_graphics_debugging">
  140. <property name="enabled">
  141. <bool>true</bool>
  142. </property>
  143. <property name="whatsThis">
  144. <string>When checked, the graphics API enters in a slower debugging mode</string>
  145. </property>
  146. <property name="text">
  147. <string>Enable Graphics Debugging</string>
  148. </property>
  149. </widget>
  150. </item>
  151. </layout>
  152. </widget>
  153. </item>
  154. <item>
  155. <widget class="QGroupBox" name="groupBox_5">
  156. <property name="title">
  157. <string>Dump</string>
  158. </property>
  159. <layout class="QVBoxLayout" name="verticalLayout_6">
  160. <item>
  161. <widget class="QCheckBox" name="dump_decompressed_nso">
  162. <property name="whatsThis">
  163. <string>When checked, any NSO yuzu tries to load or patch will be copied decompressed to the yuzu/dump directory.</string>
  164. </property>
  165. <property name="text">
  166. <string>Dump Decompressed NSOs</string>
  167. </property>
  168. </widget>
  169. </item>
  170. <item>
  171. <widget class="QCheckBox" name="dump_exefs">
  172. <property name="whatsThis">
  173. <string>When checked, any game that yuzu loads will have its ExeFS dumped to the yuzu/dump directory.</string>
  174. </property>
  175. <property name="text">
  176. <string>Dump ExeFS</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item>
  181. <widget class="QCheckBox" name="reporting_services">
  182. <property name="text">
  183. <string>Enable Verbose Reporting Services</string>
  184. </property>
  185. </widget>
  186. </item>
  187. <item>
  188. <widget class="QLabel" name="label">
  189. <property name="font">
  190. <font>
  191. <italic>true</italic>
  192. </font>
  193. </property>
  194. <property name="text">
  195. <string>This will be reset automatically when yuzu closes.</string>
  196. </property>
  197. <property name="indent">
  198. <number>20</number>
  199. </property>
  200. </widget>
  201. </item>
  202. </layout>
  203. </widget>
  204. </item>
  205. <item>
  206. <widget class="QGroupBox" name="groupBox_6">
  207. <property name="title">
  208. <string>Advanced</string>
  209. </property>
  210. <layout class="QVBoxLayout" name="verticalLayout_7">
  211. <item>
  212. <widget class="QCheckBox" name="quest_flag">
  213. <property name="text">
  214. <string>Kiosk (Quest) Mode</string>
  215. </property>
  216. </widget>
  217. </item>
  218. <item>
  219. <widget class="QCheckBox" name="disable_cpu_opt">
  220. <property name="text">
  221. <string>Disable CPU JIT optimizations</string>
  222. </property>
  223. </widget>
  224. </item>
  225. </layout>
  226. </widget>
  227. </item>
  228. <item>
  229. <spacer name="verticalSpacer">
  230. <property name="orientation">
  231. <enum>Qt::Vertical</enum>
  232. </property>
  233. <property name="sizeType">
  234. <enum>QSizePolicy::Expanding</enum>
  235. </property>
  236. <property name="sizeHint" stdset="0">
  237. <size>
  238. <width>20</width>
  239. <height>40</height>
  240. </size>
  241. </property>
  242. </spacer>
  243. </item>
  244. </layout>
  245. </widget>
  246. <tabstops>
  247. <tabstop>toggle_gdbstub</tabstop>
  248. <tabstop>gdbport_spinbox</tabstop>
  249. <tabstop>log_filter_edit</tabstop>
  250. <tabstop>toggle_console</tabstop>
  251. <tabstop>open_log_button</tabstop>
  252. <tabstop>homebrew_args_edit</tabstop>
  253. <tabstop>enable_graphics_debugging</tabstop>
  254. <tabstop>dump_decompressed_nso</tabstop>
  255. <tabstop>dump_exefs</tabstop>
  256. <tabstop>reporting_services</tabstop>
  257. <tabstop>quest_flag</tabstop>
  258. </tabstops>
  259. <resources/>
  260. <connections>
  261. <connection>
  262. <sender>toggle_gdbstub</sender>
  263. <signal>toggled(bool)</signal>
  264. <receiver>gdbport_spinbox</receiver>
  265. <slot>setEnabled(bool)</slot>
  266. <hints>
  267. <hint type="sourcelabel">
  268. <x>84</x>
  269. <y>157</y>
  270. </hint>
  271. <hint type="destinationlabel">
  272. <x>342</x>
  273. <y>158</y>
  274. </hint>
  275. </hints>
  276. </connection>
  277. </connections>
  278. </ui>