mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 00:27:58 -05:00
yuzu/configuration: Show assembly shaders check box
This commit is contained in:
@ -12,9 +12,6 @@ ConfigureGraphicsAdvanced::ConfigureGraphicsAdvanced(QWidget* parent)
|
|||||||
|
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|
||||||
// TODO: Remove this after assembly shaders are fully integrated
|
|
||||||
ui->use_assembly_shaders->setVisible(false);
|
|
||||||
|
|
||||||
SetConfiguration();
|
SetConfiguration();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user