mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Common: Remove the string parameters from the HookableEvent interface.
This commit is contained in:
@@ -29,8 +29,8 @@ void CustomResourceManager::Initialize()
|
||||
|
||||
m_asset_loader.Initialize();
|
||||
|
||||
m_xfb_event = GetVideoEvents().after_frame_event.Register(
|
||||
[this](Core::System&) { XFBTriggered(); }, "CustomResourceManager");
|
||||
m_xfb_event =
|
||||
GetVideoEvents().after_frame_event.Register([this](Core::System&) { XFBTriggered(); });
|
||||
}
|
||||
|
||||
void CustomResourceManager::Shutdown()
|
||||
|
||||
Reference in New Issue
Block a user