소스 검색

Second part of Golden's PR

Moonlacer 4 년 전
부모
커밋
bdd153bc0d
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/yuzu/configuration/configure_graphics.ui
  2. 2 2
      src/yuzu/configuration/configure_graphics_advanced.ui

+ 1 - 1
src/yuzu/configuration/configure_graphics.ui

@@ -156,7 +156,7 @@
         <item>
          <widget class="QCheckBox" name="use_disk_shader_cache">
           <property name="text">
-           <string>Use disk shader cache</string>
+           <string>Use disk pipeline cache</string>
           </property>
          </widget>
         </item>

+ 2 - 2
src/yuzu/configuration/configure_graphics_advanced.ui

@@ -82,7 +82,7 @@
            <string>Enables asynchronous shader compilation, which may reduce shader stutter. This feature is experimental.</string>
           </property>
           <property name="text">
-           <string>Use asynchronous shader building (hack)</string>
+           <string>Use asynchronous shader building (Hack)</string>
           </property>
          </widget>
         </item>
@@ -92,7 +92,7 @@
             <string>Enables Fast GPU Time. This option will force most games to run at their highest native resolution.</string>
           </property>
           <property name="text">
-           <string>Use Fast GPU Time (hack)</string>
+           <string>Use Fast GPU Time (Hack)</string>
           </property>
          </widget>
         </item>