Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yifanlu/taiHEN
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanlu committed May 14, 2017
2 parents cfef0a3 + 59f33c0 commit f14b06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ int module_start(SceSize argc, const void *args) {
// cleanup
int module_stop(SceSize argc, const void *args) {
// don't forget to clean up
taiHookReleaseForKernel(KERNEL_PID, unload_allowed_uid, unload_allowed_hook);
taiHookReleaseForKernel(unload_allowed_uid, unload_allowed_hook);
// do other things here...
return SCE_KERNEL_STOP_SUCCESS;
}
Expand Down

0 comments on commit f14b06c

Please sign in to comment.