Skip to content

Commit

Permalink
fix some jailbreak programs may not work correctly when tweak disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
roothider committed May 10, 2024
1 parent 52d9248 commit e0258b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BaseBin/systemhook/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ bool shouldEnableTweaks(void)

//export for PatchLoader
__attribute__((visibility("default"))) int PLRequiredJIT() {
gShouldFixFork = true;
return 0;
}

Expand Down

0 comments on commit e0258b4

Please sign in to comment.