From 00985986d1c6b5f626dfabf50dd06caccbfa49bc Mon Sep 17 00:00:00 2001 From: baldurk Date: Sat, 7 Jul 2018 01:13:01 +0100 Subject: [PATCH] Implement missing stub on apple --- renderdoc/os/posix/apple/apple_hook.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renderdoc/os/posix/apple/apple_hook.cpp b/renderdoc/os/posix/apple/apple_hook.cpp index 1831b0fa5..33ed8314d 100644 --- a/renderdoc/os/posix/apple/apple_hook.cpp +++ b/renderdoc/os/posix/apple/apple_hook.cpp @@ -32,6 +32,10 @@ void LibraryHooks::BeginHookRegistration() // nothing to do } +void LibraryHooks::RegisterFunctionHook(const char *libraryName, const FunctionHook &hook) +{ +} + void LibraryHooks::RegisterLibraryHook(char const *, FunctionLoadCallback cb) { if(cb)