vfs: dongle folder redirection

This commit is contained in:
2025-03-30 04:29:48 -04:00
parent 984580b6fd
commit 8799fc8c22
3 changed files with 87 additions and 5 deletions

View File

@ -14,6 +14,7 @@ struct vfs_config {
wchar_t g[MAX_PATH];
wchar_t h[MAX_PATH];
wchar_t j[MAX_PATH];
wchar_t dongle[MAX_PATH];
};
HRESULT vfs_hook_init(const struct vfs_config *config);