From d55f61bd392d7e1e00dfbcb236aabfbe6f98589e Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Fri, 15 May 2026 17:12:41 -0500 Subject: 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) --- third_party/minhook/AUTHORS.txt | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 third_party/minhook/AUTHORS.txt (limited to 'third_party/minhook/AUTHORS.txt') 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 - Creator, maintainer - -Michael Maltsev - Added "Queue" functions. A lot of bug fixes. - -Andrey Unis - Rewrote the hook engine in plain C. -- cgit v1.3.1