From cd0eb55c2c11b9c78ebd021b2410c614f0c08328 Mon Sep 17 00:00:00 2001 From: kotori0 Date: Mon, 9 Nov 2020 01:56:22 +0800 Subject: [PATCH] Enable Riru hide support --- edxp-core/src/main/cpp/main/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edxp-core/src/main/cpp/main/src/main.cpp b/edxp-core/src/main/cpp/main/src/main.cpp index 76ef6ad1c..098ba876b 100644 --- a/edxp-core/src/main/cpp/main/src/main.cpp +++ b/edxp-core/src/main/cpp/main/src/main.cpp @@ -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);