From faaef5eff502ea79d6e7e5720e1821eb92a08f84 Mon Sep 17 00:00:00 2001 From: hexkyz Date: Sun, 26 Apr 2020 21:01:54 +0100 Subject: [PATCH] docs: hid_mitm is disabled by default --- docs/components/modules/ams_mitm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/modules/ams_mitm.md b/docs/components/modules/ams_mitm.md index 90f143067..e95dfd1a5 100644 --- a/docs/components/modules/ams_mitm.md +++ b/docs/components/modules/ams_mitm.md @@ -8,10 +8,10 @@ bpc_mitm enables intercepting requests to power control services. It currently i + Homebrew Loader (to allow homebrew to take advantage of the feature) ## fs_mitm -fs_mitm enables intercepting file system operations. It can log, deny, delay, replace, or redirect any request made to the file system. It enables LayeredFS to function, which allows for replacement of game assets. +fs_mitm enables intercepting file system operations. It can deny, delay, replace, or redirect any request made to the file system. It enables LayeredFS to function, which allows for replacement of game assets. ## hid_mitm -hid_mitm enables intercepting requests to controller device services. It currently intercepts: +hid_mitm enables intercepting requests to controller device services. It is currently disabled by default. If enabled, it intercepts: + Homebrew Loader (to help homebrew not need to be recompiled due to a breaking change introduced in the past) ## ns_mitm