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:
@@ -221,8 +221,8 @@ void VideoConfig::VerifyValidity()
|
||||
|
||||
void VideoConfig::Init()
|
||||
{
|
||||
s_check_config_event = GetVideoEvents().after_frame_event.Register(
|
||||
[](Core::System&) { CheckForConfigChanges(); }, "CheckForConfigChanges");
|
||||
s_check_config_event =
|
||||
GetVideoEvents().after_frame_event.Register([](Core::System&) { CheckForConfigChanges(); });
|
||||
}
|
||||
|
||||
void VideoConfig::Shutdown()
|
||||
|
||||
Reference in New Issue
Block a user