mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-29 07:38:26 -05:00
early-access version 1920
This commit is contained in:
parent
02e6dc42ed
commit
e98890c076
@ -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 New Issue
Block a user