summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp
index 0c209a9686..dfbc0d3952 100644
--- a/Source/Core/VideoCommon/VideoConfig.cpp
+++ b/Source/Core/VideoCommon/VideoConfig.cpp
@@ -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");