mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-23 13:01:42 -04:00
Common: Remove the string parameters from the HookableEvent interface.
This commit is contained in:
@@ -47,7 +47,7 @@ bool ShaderCache::Initialize()
|
||||
|
||||
m_async_shader_compiler = g_gfx->CreateAsyncShaderCompiler();
|
||||
m_frame_end_handler = GetVideoEvents().after_frame_event.Register(
|
||||
[this](Core::System&) { RetrieveAsyncShaders(); }, "RetrieveAsyncShaders");
|
||||
[this](Core::System&) { RetrieveAsyncShaders(); });
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user