Skip to content

Commit

Permalink
Add logs back that were removed last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Feb 15, 2025
1 parent 0bd1bf1 commit 1e73694
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mods/vr/FFakeStereoRenderingHook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7005,6 +7005,9 @@ bool VRRenderTargetManager_Base::allocate_render_target_texture(uintptr_t return
const auto string_ref_func_start = utility::find_function_start((uintptr_t)*string_ref);
const auto return_addr_func_start = utility::find_function_start(addr);

SPDLOG_INFO("String ref func start: {:x}", (uintptr_t)*string_ref_func_start);
SPDLOG_INFO("Return addr func start: {:x}", (uintptr_t)*return_addr_func_start);

if (string_ref_func_start && return_addr_func_start && *string_ref_func_start == *return_addr_func_start) {
return true;
}
Expand Down

0 comments on commit 1e73694

Please sign in to comment.