Source: Remove redundant lambda parameter lists

This commit is contained in:
Dr. Dystopia
2025-06-14 10:19:31 +02:00
parent 95f6c76713
commit ca8f9b672b
54 changed files with 108 additions and 111 deletions
+1 -1
View File
@@ -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();
};