vfs: dongle folder redirection
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user