Compare commits

...

3 Commits

Author SHA1 Message Date
Matías Locatti
5a771617d5 Include yuzu-cmd too 2022-11-26 22:49:27 -03:00
Matías Locatti
d941483af2 main.cpp too 2022-11-26 21:49:58 -03:00
Matías Locatti
a88b142c4e Rename Normal GPU accuracy to Low 2022-11-26 21:48:29 -03:00
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@
<widget class="QComboBox" name="gpu_accuracy">
<item>
<property name="text">
<string notr="true">Normal</string>
<string notr="true">Low</string>
</property>
</item>
<item>

View File

@@ -3539,7 +3539,7 @@ void GMainWindow::UpdateStatusBar() {
void GMainWindow::UpdateGPUAccuracyButton() {
switch (Settings::values.gpu_accuracy.GetValue()) {
case Settings::GPUAccuracy::Normal: {
gpu_accuracy_button->setText(tr("GPU NORMAL"));
gpu_accuracy_button->setText(tr("GPU LOW"));
gpu_accuracy_button->setChecked(false);
break;
}

View File

@@ -308,7 +308,7 @@ speed_limit =
use_disk_shader_cache =
# Which gpu accuracy level to use
# 0: Normal, 1 (default): High, 2: Extreme (Very slow)
# 0: Low, 1 (default): High, 2: Extreme (Very slow)
gpu_accuracy =
# Whether to use asynchronous GPU emulation