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:
@@ -94,8 +94,8 @@ static void TryToSnapToXFBSize(int& width, int& height, int xfb_width, int xfb_h
|
||||
|
||||
Presenter::Presenter()
|
||||
{
|
||||
m_config_changed = GetVideoEvents().config_changed_event.Register(
|
||||
[this](u32 bits) { ConfigChanged(bits); }, "Presenter");
|
||||
m_config_changed =
|
||||
GetVideoEvents().config_changed_event.Register([this](u32 bits) { ConfigChanged(bits); });
|
||||
}
|
||||
|
||||
Presenter::~Presenter()
|
||||
|
||||
Reference in New Issue
Block a user