early-access version 1920
This commit is contained in:
parent
02e6dc42ed
commit
e98890c076
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 1919.
|
||||
This is the source code for early-access 1920.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue