[WIP] deadlock fix

This commit is contained in:
acidicoala
2022-06-23 10:35:03 +03:00
parent d3a11186d0
commit da43de4065
4 changed files with 31 additions and 23 deletions

View File

@@ -14,7 +14,7 @@
);
#define GET_ORIGINAL_VIRTUAL_FUNCTION(FUNC) \
static const auto FUNC##_o = hook::get_original_function( \
const auto FUNC##_o = hook::get_original_function( \
true, \
smoke_api::original_library, \
#FUNC, \