Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciremun committed Dec 27, 2023
1 parent 4a5de5d commit 9ff89c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freedom/prejit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ bool prejit_all()

bool prejit_all_f()
{
load_classmethods_from_addrs();
// load_classmethods_from_addrs();

if (clr_module_path[0] == '\0')
return false;
Expand Down
2 changes: 1 addition & 1 deletion freedom/scan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ void init_hooks()

scan_for_code_starts();
try_find_hook_offsets();
save_classmethods_from_addrs();
// save_classmethods_from_addrs();

if (scene_is_game(current_scene_ptr))
enable_nt_user_send_input_patch();
Expand Down

0 comments on commit 9ff89c7

Please sign in to comment.