Browse Source

Merge pull request #12343 from FearlessTobi/fix-typo

configure_debug: Fix small typo
pull/15/merge
liamwhite 2 years ago
committed by GitHub
parent
commit
ded419ef2b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/yuzu/configuration/configure_debug.ui

2
src/yuzu/configuration/configure_debug.ui

@ -381,7 +381,7 @@
<item row="5" column="0"> <item row="5" column="0">
<widget class="QCheckBox" name="disable_buffer_reorder"> <widget class="QCheckBox" name="disable_buffer_reorder">
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When checked, disables reording of mapped memory uploads which allows to associate uploads with specific draws. May reduce performance in some cases.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When checked, disables reordering of mapped memory uploads which allows to associate uploads with specific draws. May reduce performance in some cases.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Disable Buffer Reorder</string> <string>Disable Buffer Reorder</string>

Loading…
Cancel
Save