mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Source: Remove redundant lambda parameter lists
This commit is contained in:
@ -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();
|
||||
};
|
||||
|
Reference in New Issue
Block a user