mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
Reformat repo to clang-format 7.0 rules
This commit is contained in:
@ -322,7 +322,7 @@ void GameList::ShowContextMenu(const QPoint&)
|
||||
if (platform == DiscIO::Platform::WiiDisc)
|
||||
{
|
||||
auto* perform_disc_update = menu->addAction(tr("Perform System Update"), this,
|
||||
[ this, file_path = game->GetFilePath() ] {
|
||||
[this, file_path = game->GetFilePath()] {
|
||||
WiiUpdate::PerformDiscUpdate(file_path, this);
|
||||
});
|
||||
perform_disc_update->setEnabled(!Core::IsRunning() || !SConfig::GetInstance().bWii);
|
||||
|
Reference in New Issue
Block a user