mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Lint fixes
This commit is contained in:
parent
f7ad825736
commit
cf9a6f8477
9 changed files with 17 additions and 25 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue