mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Extra debugging log functions.
This commit is contained in:
parent
8029c41c04
commit
2164ff292c
2 changed files with 6 additions and 1 deletions
|
|
@ -1401,7 +1401,7 @@ public:
|
|||
}
|
||||
stop_detection_cv.notify_all();
|
||||
|
||||
SPDLOG_TRACE("Renderer detection done {}.", (void*)renderer_hook);
|
||||
SPDLOG_TRACE("Renderer detection done %p.", (void*)renderer_hook);
|
||||
|
||||
return renderer_hook;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue