diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-12-12 21:32:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 21:32:00 +0100 |
commit | ded419ef2b7096b2d0db8996cb81f41f526a6115 (patch) | |
tree | 3831443788d663e89c3c080267715a3036d3b293 | |
parent | Merge pull request #12328 from german77/profile_manager (diff) | |
parent | configure_debug: Fix small typo (diff) | |
download | yuzu-ded419ef2b7096b2d0db8996cb81f41f526a6115.tar yuzu-ded419ef2b7096b2d0db8996cb81f41f526a6115.tar.gz yuzu-ded419ef2b7096b2d0db8996cb81f41f526a6115.tar.bz2 yuzu-ded419ef2b7096b2d0db8996cb81f41f526a6115.tar.lz yuzu-ded419ef2b7096b2d0db8996cb81f41f526a6115.tar.xz yuzu-ded419ef2b7096b2d0db8996cb81f41f526a6115.tar.zst yuzu-ded419ef2b7096b2d0db8996cb81f41f526a6115.zip |
-rw-r--r-- | src/yuzu/configuration/configure_debug.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_debug.ui b/src/yuzu/configuration/configure_debug.ui index 22b51f39c..d842b0135 100644 --- a/src/yuzu/configuration/configure_debug.ui +++ b/src/yuzu/configuration/configure_debug.ui @@ -381,7 +381,7 @@ <item row="5" column="0"> <widget class="QCheckBox" name="disable_buffer_reorder"> <property name="toolTip"> - <string><html><head/><body><p>When checked, disables reording of mapped memory uploads which allows to associate uploads with specific draws. May reduce performance in some cases.</p></body></html></string> + <string><html><head/><body><p>When checked, disables reordering of mapped memory uploads which allows to associate uploads with specific draws. May reduce performance in some cases.</p></body></html></string> </property> <property name="text"> <string>Disable Buffer Reorder</string> |