mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Lint fixes
This commit is contained in:
@ -355,8 +355,5 @@ void CheckForConfigChanges()
|
||||
// TODO: Move everything else to the ConfigChanged event
|
||||
}
|
||||
|
||||
static EventHook s_check_config_event = AfterFrameEvent::Register(
|
||||
[] {
|
||||
CheckForConfigChanges();
|
||||
},
|
||||
"CheckForConfigChanges");
|
||||
static EventHook s_check_config_event =
|
||||
AfterFrameEvent::Register([] { CheckForConfigChanges(); }, "CheckForConfigChanges");
|
||||
|
Reference in New Issue
Block a user