mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +00:00
Source: Remove redundant lambda parameter lists
This commit is contained in:
parent
95f6c76713
commit
ca8f9b672b
54 changed files with 108 additions and 111 deletions
|
@ -131,7 +131,7 @@ void Init()
|
|||
Core::RestoreWiiSettings(Core::RestoreReason::CrashRecovery);
|
||||
|
||||
Config::Init();
|
||||
const auto config_changed_callback = []() {
|
||||
const auto config_changed_callback = [] {
|
||||
InitCustomPaths();
|
||||
RefreshConfig();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue