mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Demote some hook errors as they don't seem to succeed on win64 currently
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
#define HookInit(function) \
|
||||
bool CONCAT(function, _success) = CONCAT(function, _hook).Initialize(STRINGIZE(function), DLL_NAME, CONCAT(function, _hooked)); \
|
||||
if(!CONCAT(function, _success)) RDCERR("Couldn't hook %s", STRINGIZE(function)); \
|
||||
if(!CONCAT(function, _success)) RDCWARN("Couldn't hook %s", STRINGIZE(function)); \
|
||||
success &= CONCAT(function, _success); \
|
||||
GL.function = CONCAT(function, _hook)();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user