Skip to content

Commit

Permalink
Enable Riru hide support
Browse files Browse the repository at this point in the history
  • Loading branch information
kotori2 committed Nov 8, 2020
1 parent 493dd04 commit cd0eb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edxp-core/src/main/cpp/main/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RIRU_EXPORT void *init(void *arg) {
memset(module, 0, sizeof(RiruModuleInfoV9));
_module = module;

module->supportHide = false;
module->supportHide = true;

module->version = RIRU_MODULE_VERSION;
module->versionName = quote(RIRU_MODULE_VERSION_NAME);
Expand Down

0 comments on commit cd0eb55

Please sign in to comment.