mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-03 05:56:42 +02:00
Merge pull request #13438 from Tilka/heads/refs/warning
Fix -Wunused-lambda-capture warning
This commit is contained in:
commit
3b8384acf6
@ -28,7 +28,7 @@ HacksWidget::HacksWidget(GraphicsWindow* parent)
|
||||
connect(parent, &GraphicsWindow::BackendChanged, this, &HacksWidget::OnBackendChanged);
|
||||
OnBackendChanged(QString::fromStdString(Config::Get(Config::MAIN_GFX_BACKEND)));
|
||||
connect(m_gpu_texture_decoding, &QCheckBox::toggled,
|
||||
[this, parent] { emit parent->UseGPUTextureDecodingChanged(); });
|
||||
[parent] { emit parent->UseGPUTextureDecodingChanged(); });
|
||||
}
|
||||
|
||||
HacksWidget::HacksWidget(GameConfigWidget* parent, Config::Layer* layer) : m_game_layer(layer)
|
||||
|
Loading…
x
Reference in New Issue
Block a user