mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Settings: Reorder settings in Debug
This commit is contained in:
parent
0e79fbda05
commit
44421920b3
1 changed files with 52 additions and 52 deletions
|
@ -4030,16 +4030,6 @@
|
|||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="gb_debug_gpu_layout">
|
||||
<item alignment="Qt::AlignTop">
|
||||
<widget class="QCheckBox" name="renderdocCompatibility">
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Renderdoc Compatibility Mode</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item alignment="Qt::AlignTop">
|
||||
<widget class="QCheckBox" name="debugOutput">
|
||||
<property name="text">
|
||||
|
@ -4055,23 +4045,9 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="logProg">
|
||||
<widget class="QCheckBox" name="disableFIFOReordering">
|
||||
<property name="text">
|
||||
<string>Log Shader Programs</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item alignment="Qt::AlignTop">
|
||||
<widget class="QCheckBox" name="forceHighpZ">
|
||||
<property name="text">
|
||||
<string>Use High Precision Z-buffer</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="disableHwOcclusionQueries">
|
||||
<property name="text">
|
||||
<string>Disable ZCull Occlusion Queries</string>
|
||||
<string>Disable FIFO Reordering</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -4082,13 +4058,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="forceCpuBlitEmulation">
|
||||
<property name="text">
|
||||
<string>Force CPU blit emulation</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="disableVulkanMemAllocator">
|
||||
<property name="text">
|
||||
|
@ -4097,9 +4066,40 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="disableFIFOReordering">
|
||||
<widget class="QCheckBox" name="disableHwOcclusionQueries">
|
||||
<property name="text">
|
||||
<string>Disable FIFO Reordering</string>
|
||||
<string>Disable ZCull Occlusion Queries</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="forceCpuBlitEmulation">
|
||||
<property name="text">
|
||||
<string>Force CPU Blit Emulation</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="gpuTextureScaling">
|
||||
<property name="text">
|
||||
<string>Force GPU Texture Scaling</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="logProg">
|
||||
<property name="text">
|
||||
<string>Log Shader Programs</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item alignment="Qt::AlignTop">
|
||||
<widget class="QCheckBox" name="renderdocCompatibility">
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Renderdoc Compatibility Mode</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -4110,10 +4110,10 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="gpuTextureScaling">
|
||||
<item alignment="Qt::AlignTop">
|
||||
<widget class="QCheckBox" name="forceHighpZ">
|
||||
<property name="text">
|
||||
<string>Force GPU Texture Scaling</string>
|
||||
<string>Use High Precision Z-Buffer</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -4149,6 +4149,20 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="perfReport">
|
||||
<property name="text">
|
||||
<string>Enable performance report</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="hookStFunc">
|
||||
<property name="text">
|
||||
<string>Hook static functions</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="ppuDebug">
|
||||
<property name="text">
|
||||
|
@ -4219,20 +4233,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="hookStFunc">
|
||||
<property name="text">
|
||||
<string>Hook static functions</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="perfReport">
|
||||
<property name="text">
|
||||
<string>Enable Performance Report</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacerDebugCore">
|
||||
<property name="orientation">
|
||||
|
|
Loading…
Add table
Reference in a new issue