mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
add log to adjust
This commit is contained in:
parent
0cf0a6d9d3
commit
0af7695e69
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ namespace geode::modifier {
|
|||
struct Impl<Return (Class::*)(Params...)> { \
|
||||
static Return GEODE_CDECL_CALL function(Class* self, Params... params) { \
|
||||
auto self2 = addresser::rthunkAdjust(Function, self); \
|
||||
log::info("adjusted, normal {}, {}", self2, self);\
|
||||
return self2->Class2::FunctionName_(params...); \
|
||||
} \
|
||||
}; \
|
||||
|
|
Loading…
Reference in a new issue