mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 08:08:39 -04:00
Add info to set_mitm docs, clean up loader docs (#488)
* Add info to set_mitm docs, clean up loader docs Also add the list of buttons found in all cases of ParseOverrideKey * Fix typo in fs_mitm.md
This commit is contained in:
parent
1a82b407a4
commit
a611027eeb
3 changed files with 46 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
|||
# fs_mitm
|
||||
fs_mitm is a sysmodule that enables intercepting file system operations. This module can log, deny, delay, replace, or redirect any request made to the filesystem. It enables LayeredFS to function, which allows for game mods.
|
||||
fs_mitm is a sysmodule that enables intercepting file system operations. This module can log, deny, delay, replace, or redirect any request made to the filesystem. It enables LayeredFS to function, which allows for replacement of game assets.
|
Loading…
Add table
Add a link
Reference in a new issue