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:
BlockBuilder57 2019-03-24 17:39:16 -05:00 committed by SciresM
parent 1a82b407a4
commit a611027eeb
3 changed files with 46 additions and 6 deletions

View file

@ -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.