mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-15 22:40:50 +00:00
Speculative fix - try to avoid crashes if hooked dlopen is called early
* This isn't particularly stable/nice, probably needs a complete rethink
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
#include "hooks/hooks.h"
|
||||
#include "os/os_specific.h"
|
||||
|
||||
void dlopen_hook_init();
|
||||
|
||||
void readCapOpts(const char *str, CaptureOptions *opts)
|
||||
{
|
||||
// serialise from string with two chars per byte
|
||||
|
||||
Reference in New Issue
Block a user