Browse Source

configure_graphics: reword GLASM option

Change wording to explain that GLASM is actually short for Assembly Shaders
nce_cpp
Vamsi Krishna 4 years ago
committed by GitHub
parent
commit
713f960ce3
  1. 2
      src/yuzu/configuration/configure_graphics.cpp

2
src/yuzu/configuration/configure_graphics.cpp

@ -31,7 +31,7 @@ ConfigureGraphics::ConfigureGraphics(QWidget* parent)
}
ui->backend->addItem(QStringLiteral("GLSL"));
ui->backend->addItem(tr("GLASM (NVIDIA Only)"));
ui->backend->addItem(tr("GLASM (Assembly Shaders, NVIDIA Only)"));
ui->backend->addItem(QStringLiteral("SPIR-V (Experimental, Mesa Only)"));
SetupPerGameUI();

Loading…
Cancel
Save