diff options
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h index ee27c3e80b..9a95400679 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.h +++ b/Source/Core/VideoCommon/TextureCacheBase.h @@ -463,8 +463,8 @@ private: void OnFrameEnd(); - Common::EventHook m_frame_event = GetVideoEvents().after_frame_event.Register( - [this](Core::System&) { OnFrameEnd(); }, "TextureCache"); + Common::EventHook m_frame_event = + GetVideoEvents().after_frame_event.Register([this](Core::System&) { OnFrameEnd(); }); VideoCommon::TextureUtils::TextureDumper m_texture_dumper; }; |
