Add a LibraryHooks callback when capture options are changed

This commit is contained in:
baldurk
2016-04-30 17:12:36 +02:00
parent 9dfb8a0cb5
commit 20625eeeba
9 changed files with 23 additions and 3 deletions
+2
View File
@@ -305,6 +305,8 @@ class OpenGLHook : LibraryHook
{
m_EnabledHooks = enable;
}
void OptionsUpdated(const char *libName) {}
static OpenGLHook glhooks;