mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 10:50:05 +00: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