mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-26 22:09:23 -06:00
Common: Remove the string parameters from the HookableEvent interface.
This commit is contained in:
@@ -84,8 +84,8 @@ bool FramebufferManager::Initialize()
|
||||
return false;
|
||||
}
|
||||
|
||||
m_end_of_frame_event = GetVideoEvents().after_frame_event.Register(
|
||||
[this](Core::System&) { EndOfFrame(); }, "FramebufferManager");
|
||||
m_end_of_frame_event =
|
||||
GetVideoEvents().after_frame_event.Register([this](Core::System&) { EndOfFrame(); });
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user