mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-27 14:50:00 -05: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