aboutsummaryrefslogtreecommitdiff
path: root/third_party/minhook/AUTHORS.txt
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-05-15 17:12:41 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-05-16 12:56:48 -0500
commitd55f61bd392d7e1e00dfbcb236aabfbe6f98589e (patch)
treefc1440da603a1ce49cdff6655977cee674f6da32 /third_party/minhook/AUTHORS.txt
parentfa0579c7f5703aba9669f7f41900c67e9759fca0 (diff)
vfs: drop experimental PE-side bridge / shim DLL stack
Removes the FUSE-bypass fast-path: fluorine_vfs.dll + fluorine_vfs_hid.dll (mingw-cross PE-side AppInit_DLLs injector with MinHook), the LD_PRELOAD helper libfluorine_vfs_preload.so, the bridge-index export from FuseConnector, the prewarm + Wine-loader-trace plumbing in ProtonLauncher, AppInit_DLLs prefix-init staging, the per-executable UseVfsBridge flag plus its checkbox/handlers in editexecutablesdialog, and the third_party/minhook vendored tree. Core FUSE VFS (mo2filesystem, vfstree, inodetable, overwritemanager, scancache, trackedwrites) is untouched - this only removes the sidecar. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'third_party/minhook/AUTHORS.txt')
-rw-r--r--third_party/minhook/AUTHORS.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/minhook/AUTHORS.txt b/third_party/minhook/AUTHORS.txt
deleted file mode 100644
index ebef1a6..0000000
--- a/third_party/minhook/AUTHORS.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Tsuda Kageyu <tsuda.kageyu@gmail.com>
- Creator, maintainer
-
-Michael Maltsev <leahcimmar@gmail.com>
- Added "Queue" functions. A lot of bug fixes.
-
-Andrey Unis <uniskz@gmail.com>
- Rewrote the hook engine in plain C.