mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-17 18:55:19 +01:00
ui: Rename depth buffers to depth buffer
Removes ambiguity between config and ui
This commit is contained in:
parent
0bb6299e39
commit
bc58dff715
|
|
@ -2674,14 +2674,14 @@
|
|||
<item>
|
||||
<widget class="QCheckBox" name="readDepth">
|
||||
<property name="text">
|
||||
<string>Read Depth Buffers</string>
|
||||
<string>Read Depth Buffer</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="dumpDepth">
|
||||
<property name="text">
|
||||
<string>Write Depth Buffers</string>
|
||||
<string>Write Depth Buffer</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Reference in a new issue