mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 05:00:05 +00:00
configure_graphics: Capture by reference
Small optimization.
This commit is contained in:
parent
ea46efd9a2
commit
d078cff269
@ -493,7 +493,7 @@ void ConfigureGraphics::RetrieveVulkanDevices() {
|
||||
}
|
||||
|
||||
Settings::RendererBackend ConfigureGraphics::GetCurrentGraphicsBackend() const {
|
||||
const auto selected_backend = [=]() {
|
||||
const auto selected_backend = [&]() {
|
||||
if (!Settings::IsConfiguringGlobal() && !api_restore_global_button->isEnabled()) {
|
||||
return Settings::values.renderer_backend.GetValue(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user