mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-17 21:17:09 +00:00
Add dlsym hooking for extreme cases on linux. Closes #1551
This commit is contained in:
@@ -373,6 +373,10 @@ void RenderDoc::Initialise()
|
||||
RDCLOG("Packaged for %s (%s) - %s", DISTRIBUTION_NAME, DISTRIBUTION_VERSION, DISTRIBUTION_CONTACT);
|
||||
#endif
|
||||
|
||||
#if defined(RENDERDOC_HOOK_DLSYM)
|
||||
RDCWARN("dlsym() hooking enabled!");
|
||||
#endif
|
||||
|
||||
Keyboard::Init();
|
||||
|
||||
m_FrameTimer.InitTimers();
|
||||
|
||||
Reference in New Issue
Block a user